You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,16 +29,16 @@ You can set some settings by editing the file `assets/javascripts/issue_dynamic_
29
29
***\_CONF\_LISTENER\_TYPE\_ICON** : Choose which action will trigger the apparition of the edition block when fired from the pencil icon (by default: same as **\_CONF\_LISTENER\_TYPE\_VALUE**). Allowed value : `none`, `click`, `dblclick`
30
30
***\_CONF\_LISTENER\_TARGET** : Choose which area will trigger the apparition of the edition block
31
31
***\_CONF\_EXCLUDED\_FIELD\_ID** : Choose which fields to exclude. They won't have the edit block and pencil. Eg: `TitleInput`, `DescriptionInput`, `statusListDropdown` ...
32
+
***\_CONF\_CHECK\_ISSUE\_UPDATE\_CONFLICT** : Choose if you allow current user to override all modifications performed by other users while editing the issue
32
33
33
34
### 🎨 Customization
34
35
35
36
Feel free to edit `assets/stylesheets/issue_dynamic_edit.css` to update the look of your fields depending on your current Redmine Theme.
36
37
37
-
This plugin uses [FontAwesome icons 4.7](https://fontawesome.com/v4.7.0/)
38
-
39
38
### 🆕 Changelog
40
39
41
-
***v 0.7.2** : New settings added into config file (`\_CONF\_DISPLAY\_EDIT\_ICON` and `\_CONF\_LISTENER\_TYPE\_ICON`) see Configuration part for more info ; new event `none` for `\_CONF\_LISTENER\_TYPE\_VALUE` disabling listener on value ; css fix
40
+
***v 0.8.0** : Complete rework. Compatible with last Redmine version. New settings added : `_CONF_CHECK_ISSUE_UPDATE_CONFLICT` (#70#88). Removed external lib (FontAwesome) (#74). Mobile style added (#87). Print style added (#84). Bug fix (#79, #85)
41
+
***v 0.7.2** : New settings added into config file (`_CONF_DISPLAY_EDIT_ICON` and `_CONF_LISTENER_TYPE_ICON`) see Configuration part for more info ; new event `none` for `_CONF_LISTENER_TYPE_VALUE` disabling listener on value ; css fix
42
42
***v 0.7.1** : Fixed incorrect DOM structure if user has read only access to the issue (#61#64)
43
43
***v 0.7.0** : Category filter by project added (#55) and prevent dialog closing when using fa-pencil selector (#59)
44
44
***v 0.6.9** : Category field support (Github request #54)
ide_txt_validation_btn : 'Validate the modification'
3
-
ide_txt_error_positive_number : 'It must be a positive number'
4
-
ide_txt_error_start_date : 'Start date must be anterior to due date'
5
-
ide_txt_error_due_date : 'Due date must be posterior to start date'
6
-
ide_txt_error_ajax_call : 'Error (check your JS console)'
7
-
ide_txt_cancel_btn : 'Cancel the modification'
8
-
ide_txt_required_field : 'This field is required to go to next step'
1
+
en:
2
+
ide_txt_notice_conflict_title : "This issue has been updated by someone else while you are editing it."
3
+
ide_txt_notice_conflict_text : "<a href='#' class='refreshData'>Refresh the current page</a> to get the updated data. <strong>Your current modifications will be lost</strong>"
ide_txt_validation_btn : 'Valider la modification'
3
-
ide_txt_error_positive_number : 'Le nombre doit être positif'
4
-
ide_txt_error_start_date : "La date de début doit être antérieure à la date d'échéance"
5
-
ide_txt_error_due_date : "La date d'échéance doit être postérieure à la date de début"
6
-
ide_txt_error_ajax_call : 'Erreur (logs dans la console JS)'
7
-
ide_txt_cancel_btn : 'Annuler la modification'
8
-
ide_txt_required_field : 'Ce champs est obligatoire pour passer au Statut suivant'
1
+
fr:
2
+
ide_txt_notice_conflict_title : "La demande a été mise à jour pendant que vous la modifiez."
3
+
ide_txt_notice_conflict_text : "<a href='#' class='refreshData'>Rafraichissez la page</a> pour voir une version à jour de la demande. <strong>Vos modifications actuelles seront perdues</strong>"
0 commit comments