Skip to content

Commit

Permalink
patch for stamp
Browse files Browse the repository at this point in the history
  • Loading branch information
aynsix committed Dec 6, 2023
1 parent 66abd56 commit 2fcc26d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/classes/patch/418RC8PHRAS3777.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,5 +125,13 @@ private function patch_appbox(base $appbox, Application $app)
$conf->set(['workers', 'queues', 'downloadAsync'], $value);
}

// patch for stamp PHRAS-3520
if (!$conf->has(['registry', 'actions', 'export-stamp-choice'])) {
$conf->set(['registry', 'actions', 'export-stamp-choice'], false);
}
if (!$conf->has(['registry', 'actions', 'stamp-subdefs'])) {
$conf->set(['registry', 'actions', 'stamp-subdefs'], false);
}

}
}
3 changes: 3 additions & 0 deletions lib/conf.d/configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,9 @@ border-manager:
registry:
api-clients:
api-subdef_service: false
actions:
export-stamp-choice: false
stamp-subdefs: false
user_account:
deleting_policies:
email_confirmation: true
Expand Down

0 comments on commit 2fcc26d

Please sign in to comment.