Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions app/admin-annotations.cds
Original file line number Diff line number Diff line change
Expand Up @@ -4132,13 +4132,13 @@ annotate AdminService.FeatureFlags with @UI: {
{ Value: status },
{ Value: issue },
// #2060 — row-button toggles for kind:'db' flags (non-db flags reject 400).
{ $Type: 'UI.DataFieldForAction', Action: 'AdminService.FeatureFlags/enable', Label: 'Enable' },
{ $Type: 'UI.DataFieldForAction', Action: 'AdminService.FeatureFlags/disable', Label: 'Disable' }
{ $Type: 'UI.DataFieldForAction', Action: 'AdminService.enable', Label: 'Enable' },
{ $Type: 'UI.DataFieldForAction', Action: 'AdminService.disable', Label: 'Disable' }
],
// Object Page header actions — same enable/disable on the detail view (#2060).
Identification: [
{ $Type: 'UI.DataFieldForAction', Action: 'AdminService.FeatureFlags/enable', Label: 'Enable' },
{ $Type: 'UI.DataFieldForAction', Action: 'AdminService.FeatureFlags/disable', Label: 'Disable' }
{ $Type: 'UI.DataFieldForAction', Action: 'AdminService.enable', Label: 'Enable' },
{ $Type: 'UI.DataFieldForAction', Action: 'AdminService.disable', Label: 'Disable' }
],
Facets: [
{ $Type: 'UI.ReferenceFacet', ID: 'General', Label: 'General', Target: '@UI.FieldGroup#General' },
Expand Down
Loading