stable

Clone or download

Read-only

closes request #22628 Add notification message when concurrent edition on modal

This is a quick fix to fix some trouble when gzip is activated in nginx conf. You can configure gzip with adding in nginx.conf: ``` gzip on; gzip_vary on; gzip_proxied expired no-cache no-store private auth; gzip_types text/plain text/css text/xml text/javascript application/json application/x-javascript application/javascript application/xml; gzip_disable "MSIE [1-6]\."; ``` and run: ``` $ docker stop tuleap_reverse-proxy_1 $ docker rm tuleap_reverse-proxy_1 $ make start ``` Concurrency editing should be work in modals with/without gzip activated Change-Id: I2c0c4dfbfa60c0d30196bc81d963b0fabe9a7d24

Modified Files

Name
M plugins/tracker/scripts/lib/artifact-modal/src/rest/rest-service.js +9 −2 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/rest/rest-service.test.js +36 −0 Go to diff View file