Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/maven/fixes/8.1' into maven/rele…
Browse files Browse the repository at this point in the history
…ase/8.1
  • Loading branch information
metaventis-build committed Nov 7, 2023
2 parents c7c5b25 + 5027b58 commit 6857e99
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 6857e99

Please sign in to comment.