Forum

[SOLVED] Remeoving ...
 
Notifications
Retirer tout

[SOLVED] Remeoving "Attendees" from Periodic meeting doesn't work

2 Posts
2 Utilisateurs
0 Reactions
1,968 Vu
(@coasterman)
Posts: 127
Active Member
Début du sujet
 
[#6778]

Hello
I've added Attendees manually, then i added a Team, which contained some members, which have been added manually already before.
The result was that they appeared twice (no double meetings generated, so that is ok).
I tried to delete the double entries but it reported an error.
I could change them to other resources (which then added them to the meetings) and tried to remove them but this ended in the same error.

Here is the error from the log (always the same error)

2020-06-24 11:16:09.648 ** ERROR ** [V8.5.0] ERROR **
2020-06-24 11:16:09.648
** ERROR ** [V8.5.0] on file '/var/www/projeqtor/model/Assignment.php' at line (416)
2020-06-24 11:16:09.649
** ERROR ***** [V8.5.0] cause = Undefined property: PeriodicMeeting::$PeriodicMeetingPlanningElement


 
Posté : 24 Juin AM 11:066
(@babynus)
Posts: 14952
Membre Admin
 

You get the issue on a periodic meeting.
Changing meetings unitarily won't generate the issue.

Issue fixed
Fix is to add 1 line after line 415 in projeqtor/model/Assignment.php
    $peName=$this->refType.'PlanningElement';
    if ($peName=='PeriodicMeetingPlanningElement') $peName='MeetingPlanningElement';
    $planningMode = new PlanningMode($obj->$peName->idPlanningMode);

Fix will be deployed in next patch


 
Posté : 29 Juin PM 14:066
Share:
Retour en haut