-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add IResponseUsedInDocument * Add anchorText to response detail * Change document model * Add statsGet api route * Add few comments * update #2351, usedInDocuments + test * introduce system settings * add owner setting key + settings api router * add api call for GET /settings/:key * remove owner setting, add user role owner instead * add endpoint / permission for getting owner user (Email) * add api call to client's lib for getting owner data * add request for getting first ever created audit + test + client api call * add END key support in annotator, close #2321 * fix ENTER input, close #2320 * add api call for removing selected anchors from document + test * Update IResponseUsedInDocument * Improve documentation * update implementation for IResponseUsedInDocument * add Document's anchors tree structure, add test, finalize IResponseUsedInDocument * Do not show entity tag if the provided entity is undefined * Refactor warnings * add PropSpecKind enum for Entity.extractIdsFromProps * add TBasedWarnings to entity detail's warnings * add parentT / resourceId from IResponseUsedInDocument to entities map * Add section to the warning * Add dummy api call to remove anchor * 2065 list of anchors in entity detail open text in annotator from anchor list in one click anchor removal in detail (#2430) * prepare anchor table * implement the visual part of used in documents table * remove mutation * improvements * abbreviate text, btn style * hide delete btn * prepare anchor btn, implement copy to clipboard * open document modal from anchor * scroll to anchor from used in documents * refactor btn group props * working solution * 2416 add owner role to the user list table (#2452) * sort users in user list * sort, change icons, add tooltip * conditions for owner role btns * user icon to the navbar * color rows * remove owner from btn group in manage users, add owner to user import * 2361 design and create the first owner modal (#2455) * add modal and first attrs * add validations to modal * tidy up styles * move validation rule to advanced components * validations section header * fns for add, edit, remove rules * warning validation dict, add sections to modal * validation settings to local state * implement disabled settings * better labels and descriptions to dict * separate settings row to component * tooltips * capitalize descriptions * owner only, hide settings * better updating * owner rights to menu * add updateSettings api call * Create group setting GET endpoint * default import global validation settings * fix groupSettings router * update /settings/group/:group call * 1989 switching off global | local validation rules in territory based validation rules (#2473) * fetch settings preparation * quick version with fetch * fix empty validations * log settings * condition to disable submit btn * add settingGroupUpdate to api * add api handler for PUT settings/group/:groupid * add acl permissions for put settings/group/:id * add test for put settings/group/:id * handle update --------- Co-authored-by: Ján Mertel <[email protected]> --------- Co-authored-by: Ján Mertel <[email protected]> Co-authored-by: Petr Hanak <[email protected]>
- Loading branch information
1 parent
cd2828e
commit 36983e8
Showing
83 changed files
with
3,110 additions
and
690 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
Oops, something went wrong.