mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
fix(Dashboard): Copying a Dashboard does not commit the transaction (#29776)
This commit is contained in:
@@ -76,3 +76,7 @@ class DashboardImportError(ImportFailedError):
|
||||
|
||||
class DashboardAccessDeniedError(ForbiddenError):
|
||||
message = _("You don't have access to this dashboard.")
|
||||
|
||||
|
||||
class DashboardCopyError(CommandInvalidError):
|
||||
message = _("Dashboard cannot be copied due to invalid parameters.")
|
||||
|
||||
Reference in New Issue
Block a user