Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/maven/fixes/8.0' into maven/fixe…
Browse files Browse the repository at this point in the history
…s/8.1
  • Loading branch information
torsten-simon committed Nov 6, 2023
2 parents d9c0ac7 + 22f1a2e commit 5027b58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ deploy_release:
image: php:latest
stage: deploy
artifacts:
name: 'educonnector_release$(date +"%Y-%m-%d")${CI_COMMIT_SHORT_SHA}'
name: "educonnector_release-$CI_PIPELINE_CREATED_AT-$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA"
paths:
- ./service/src/main/php
before_script:
Expand Down
2 changes: 1 addition & 1 deletion service/src/main/php/src/tools/tinymce/js/tool.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ $(document).ready(function() {
tinyMCE.activeEditor.save(); // to reset isDirty
save();
}
}, 300000);
}, 30000);

if(access < 1) {
destroy([language.functiondeactivatedheading, language.functiondeactivatedtext, language.closeeditor]);
Expand Down

0 comments on commit 5027b58

Please sign in to comment.