RED-4788: update dragging entitites
This commit is contained in:
parent
efd4455cc4
commit
9cbff72625
@ -132,12 +132,7 @@ export class ConfigService {
|
||||
const approvedColumn: WorkflowColumn<File, typeof APPROVED> = {
|
||||
label: workflowFileStatusTranslations[APPROVED],
|
||||
enterFn: files => this._bulkActionsService.approve(files),
|
||||
enterPredicate: files => {
|
||||
const dossier = this.#dossier;
|
||||
return (
|
||||
this._permissionsService.isReadyForApproval(files, dossier) && this._permissionsService.canBeApproved(files, dossier)
|
||||
);
|
||||
},
|
||||
enterPredicate: files => this._permissionsService.canBeApproved(files, this.#dossier),
|
||||
key: APPROVED,
|
||||
color: '#48C9F7',
|
||||
entities: new BehaviorSubject([]),
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"ADMIN_CONTACT_NAME": null,
|
||||
"ADMIN_CONTACT_URL": null,
|
||||
"API_URL": "https://dev-08.iqser.cloud/redaction-gateway-v1",
|
||||
"API_URL": "https://dev-04.iqser.cloud/redaction-gateway-v1",
|
||||
"APP_NAME": "RedactManager",
|
||||
"AUTO_READ_TIME": 3,
|
||||
"BACKEND_APP_VERSION": "4.4.40",
|
||||
@ -11,7 +11,7 @@
|
||||
"MAX_RETRIES_ON_SERVER_ERROR": 3,
|
||||
"OAUTH_CLIENT_ID": "redaction",
|
||||
"OAUTH_IDP_HINT": null,
|
||||
"OAUTH_URL": "https://dev-08.iqser.cloud/auth/realms/redaction",
|
||||
"OAUTH_URL": "https://dev-04.iqser.cloud/auth/realms/redaction",
|
||||
"RECENT_PERIOD_IN_HOURS": 24,
|
||||
"SELECTION_MODE": "structural",
|
||||
"MANUAL_BASE_URL": "https://docs.redactmanager.com/preview"
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit 2d9abac1c875c864c53e213f0eca4efc284e8c7e
|
||||
Subproject commit c174a1985e504084920499bab90e3ed8da50e474
|
||||
Loading…
x
Reference in New Issue
Block a user