refs #4572
This commit is contained in:
parent
638aee74b6
commit
05ebb5e12d
|
@ -20,9 +20,7 @@ RUN chmod -R 755 ./plugins/*
|
|||
RUN rm ./plugins/*.zip
|
||||
RUN rm ./public/themes/*.zip
|
||||
|
||||
COPY issue_dynamic_edit_configuration_file.js ./plugins/redmine_issue_dynamic_edit/assets/javascripts/
|
||||
|
||||
COPY entrypoint.sh update-repos.sh ${REDMINE_LOCAL_PATH}/scripts/
|
||||
COPY entrypoint.sh update-repositories.sh ${REDMINE_LOCAL_PATH}/scripts/
|
||||
COPY crontab ${REDMINE_LOCAL_PATH}/
|
||||
|
||||
ENTRYPOINT ["/var/local/redmine/scripts/entrypoint.sh"]
|
||||
|
|
|
@ -1 +1 @@
|
|||
*/10 * * * * . /var/local/redmine/scripts/update-repositories.sh
|
||||
*/10 * * * * /var/local/redmine/scripts/update-repositories.sh
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
/*
|
||||
* CONFIGURATION FILE
|
||||
* More info on https://github.com/Ilogeek/redmine_issue_dynamic_edit
|
||||
*/
|
||||
|
||||
var _CONF_FORCE_HTTPS = false;
|
||||
var _CONF_DISPLAY_EDIT_ICON = 'single';
|
||||
var _CONF_LISTENER_TYPE_VALUE = 'none';
|
||||
var _CONF_LISTENER_TYPE_ICON = 'click';
|
||||
var _CONF_LISTENER_TARGET = 'fa-pencil';
|
||||
var _CONF_EXCLUDED_FIELD_ID = [];
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue