Forum

Mise à jour multipl...
 
Notifications
Retirer tout

Mise à jour multiple

2 Posts
2 Utilisateurs
0 Reactions
17.7 {numéro}K Vu
(@lu611)
Posts: 30
Active Member
Début du sujet
 
[#1994]

🙁
Bonjour,

visiblement, la mise à jour multiple ne fonctionne pas sur les Projets.
Version 4.4.1 testée.


 
Posté : 16 Sep AM 11:099
(@babynus)
Posts: 14952
Membre Admin
 

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
Share:
Retour en haut