Notifications
Retirer tout
Feedbacks
2
Posts
2
Utilisateurs
0
Reactions
17.7 {numéro}K
Vu
Début du sujet
🙁
Bonjour,
visiblement, la mise à jour multiple ne fonctionne pas sur les Projets.
Version 4.4.1 testée.
Posté : 16 Sep AM 11:099
Please post messages in english.
What you report is an issue on multiple update for projects.
Issue is confirmed.
Ticket #1517 recorded and fixed.
Fix is in /view/objectMultipleUpdate.php, replace line 359
if ($fromPlanningElement and property_exists($obj,$pe) and is_object($obj->$pe)) {
with
if ($fromPlanningElement and property_exists($obj,$pe) and is_object($obj->$pe) and property_exists($obj->$pe,$field)) {
Posté : 17 Sep PM 18:099