nytai commented on a change in pull request #8845: [dashboard] New, list view
(react)
URL:
https://github.com/apache/incubator-superset/pull/8845#discussion_r366035466
##########
File path: superset/models/dashboard.py
##########
@@ -179,6 +179,10 @@ def dashboard_link(self) -> Markup:
title = escape(self.dashboard_title or "<empty>")
return Markup(f'<a href="{self.url}">{title}</a>')
+ @property
+ def dashboard_title_raw(self) -> str:
+ return self.dashboard_title
+
Review comment:
nope, thanks for flagging!
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]