Skip to content

Commit

Permalink
LPS-195155 Create UI to save and reorder FDS Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
markocikos committed Sep 5, 2023
1 parent 9c26bc7 commit 761de1b
Show file tree
Hide file tree
Showing 8 changed files with 326 additions and 85 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*/

const API_URL = {
FDS_ACTIONS: '/o/data-set-manager/actions',
FDS_DATE_FILTERS: '/o/data-set-manager/date-filters',
FDS_DYNAMIC_FILTERS: '/o/data-set-manager/dynamic-filters',
FDS_ENTRIES: '/o/data-set-manager/entries',
Expand All @@ -20,6 +21,8 @@ const FUZZY_OPTIONS = {
const OBJECT_RELATIONSHIP = {
FDS_ENTRY_FDS_VIEW: 'fdsEntryFDSViewRelationship',
FDS_ENTRY_FDS_VIEW_ID: 'r_fdsEntryFDSViewRelationship_c_fdsEntryId',
FDS_VIEW_FDS_ACTION: 'fdsViewFDSActionRelationship',
FDS_VIEW_FDS_ACTION_ID: 'r_fdsViewFDSActionRelationship_c_fdsViewId',
FDS_VIEW_FDS_DATE_FILTER: 'fdsViewFDSDateFilterRelationship',
FDS_VIEW_FDS_DATE_FILTER_ID:
'r_fdsViewFDSDateFilterRelationship_c_fdsViewId',
Expand Down
Loading

0 comments on commit 761de1b

Please sign in to comment.