Skip to content

Commit

Permalink
Merge pull request #122 from ctreminiom/feature/dashboard-edit-permis…
Browse files Browse the repository at this point in the history
…sion

✏️ Mapped the editPermissions
  • Loading branch information
ctreminiom authored Jun 20, 2022
2 parents b2d1745 + 8ca3eb1 commit b5acce3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/infra/models/jira_dashboard.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ type DashboardPayloadScheme struct {
Name string `json:"name,omitempty"`
Description string `json:"description,omitempty"`
SharePermissions []*SharePermissionScheme `json:"sharePermissions,omitempty"`
EditPermissions []*SharePermissionScheme `json:"editPermissions,omitempty"`
}

type DashboardSearchOptionsScheme struct {
Expand Down

0 comments on commit b5acce3

Please sign in to comment.