This repository has been archived by the owner on Nov 13, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dex-1329 - show collaboration type in table (#451)
* Return single component instead of array from UserManagersCollaborationEditTable * Add formatUserMessage util, remove user customBodyRenders * Change table title from 'Edit Collaborations' to 'Collaborations' * Remove 'restore' action * Change revoke collaboration icon from trash can to minus sign * Move Actions column to customBodyComponent * Replace revokeCollab options with multi-option API options * Simplify COLLAB_REVOKE_ERROR_SUPPLEMENTAL internationalization * Update columns * Add edit collaboration dialog * Update processRevoke to new collaboration API * Cleanup * rename labels to labelIds, * move object definition outside of component * add optional chaining operator * Move collaboration model.js to collaborationUtils.js * Change from switch to if for getPatchCollaborationOperations * Cleanup: remove comment, simplify style declaration * Move FormattedReporter to components and apply to bulk import and sighting headers * Apply formatUserMessage to collaboration management form * Add formatUserMessage to formatters and apply to UserProfile and EditCollaborationDialog * Move CollaborationManagementForm into userManagement components directory
- Loading branch information
Showing
17 changed files
with
502 additions
and
236 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...lGallery/components/FormattedReporter.jsx → ...mponents/formatters/FormattedReporter.jsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.