Skip to content
Snippets Groups Projects

ICSHWI-9274: Restricting admin operations

Merged ICSHWI-9274: Restricting admin operations
1 unresolved thread
Merged Imre Toth requested to merge ICSHWI-9274_Restrict_admin_operations into develop
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
68 68 }
69 69 }, [response, history]);
70 70
71 let iocIsDeployed = ioc.activeDeployment && !ioc.activeDeployment.undeployment;
71 const failedDeployment = ioc.activeDeployment && ('successful'.localeCompare(ioc.activeDeployment?.jobStatus, undefined, { sensitivity: 'base' }) !== 0);
  • Imre Toth added 1 commit

    added 1 commit

    Compare with previous version

  • Imre Toth added 1 commit

    added 1 commit

    Compare with previous version

  • Zoltan Runyo approved this merge request

    approved this merge request

  • Imre Toth mentioned in commit 7fcaa761

    mentioned in commit 7fcaa761

  • merged

  • Please register or sign in to reply
    Loading