Add restriction to disable task drag and drop for a project

This commit is contained in:
Frederic Guillot
2016-10-07 08:45:18 -04:00
parent 4cc856344f
commit 096b000c59
28 changed files with 50 additions and 3 deletions

View File

@@ -1276,4 +1276,5 @@ return array(
'Do you really want to remove this project restriction: "%s"?' => 'Voulez-vous vraiment supprimer cette restriction de projet : « %s » ?',
'Duplicate to multiple projects' => 'Dupliquer vers plusieurs projets',
'This field is required' => 'Ce champ est requis',
'Moving a task is not permitted' => 'Déplaçer une tâche n\'est pas autorisé',
);