fluxapps / ParticipationCertificate

0 stars 2 forks source link

When calling the UI of PartCert, errors appear #7

Closed ingoj closed 5 months ago

ingoj commented 6 months ago

Configuration of pugin seems to work, but as soon as the UI is called from an ILIAS object (e.g. group) three errors appear.

two state that there is an undefined array key 'ref_id' in line 28 of ParticipationCertificateUIHookGUI.php in line 28, but the code itself seems to work (ref_id is read from $_GET)

the major problem seems to be in classes/Table/class.ilParticipationCertificateResultTableGUI.php:210, error is "undefined array key 331" In the function userids are iterated to build result table, userid 331 exists in the platform and unser's data should be part of the table (user is member of the group and has a valid suggestion)

I assume the two errors with the 'ref_id' are followups of this error

ingoj commented 6 months ago

should be fixed by PR dated 2024-03-18