Skip to content

Commit

Permalink
Merge pull request #45 from stat-kwon/master
Browse files Browse the repository at this point in the history
fix: add variables when updating PublicDashboard
  • Loading branch information
stat-kwon authored Jan 5, 2024
2 parents cd5b4c7 + 6a52b5c commit 2950f0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/spaceone/dashboard/model/public_dashboard_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ def update(self, data):
dashboard_vos = self.filter(
name=data["name"],
domain_id=self.domain_id,
workspace_id=self.workspace_id,
project_id=self.project_id,
public_dashboard_id__ne=self.public_dashboard_id,
)

Expand Down

0 comments on commit 2950f0f

Please sign in to comment.