Skip to content

Commit

Permalink
Merge pull request #205 from dof-dss/development
Browse files Browse the repository at this point in the history
Release to main v1.1.4
  • Loading branch information
ooneill547 authored May 12, 2022
2 parents 17de025 + 8b5d724 commit 81387ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions origins_common/css/origins-common-adminimal.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@
.form--inline .form-actions {
flex: 100% 0 0;
}
.cke_combopanel.cke_combopanel__styles {
width: auto;
}
1 change: 1 addition & 0 deletions origins_workflow/src/Form/AuditSettingsForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ private function removeAuditField($type) {
if (!empty($field)) {
// See if there is any data in this field.
$ids = $this->entityTypeManager->getStorage('node')->getQuery()
->accessCheck(TRUE)
->condition('type', $type)
->exists('field_next_audit_due')
->execute();
Expand Down

0 comments on commit 81387ef

Please sign in to comment.