[ADDCOM] NodeSettings not a valide object when creating a new community #79

Closed
opened 2021-04-29 05:40:44 +02:00 by Ghost · 2 comments

When trying to create a new community, the platforms returns an error complaining about NodeSettings is not a valid object :

Date:2021-04-29 04:39:45, Errno:3, Message:UTILISATEUR:NodeSettingsManager:Erreur objet invalide , File:[...]/lib/system/system_data/nodesettings/nodesettingsmanager.php, Line:389, Page:%2Findex.php%3Foid%3D5%26action%3DexecAdmin%26navigationNodeId%3D99%26abs%3D1
When trying to create a new community, the platforms returns an error complaining about NodeSettings is not a valid object : ``` Date:2021-04-29 04:39:45, Errno:3, Message:UTILISATEUR:NodeSettingsManager:Erreur objet invalide , File:[...]/lib/system/system_data/nodesettings/nodesettingsmanager.php, Line:389, Page:%2Findex.php%3Foid%3D5%26action%3DexecAdmin%26navigationNodeId%3D99%26abs%3D1 ```
Ghost added the
bug
master
labels 2021-04-29 05:40:45 +02:00
Author

Issue fixed. NodeSettings object has a defined id before validity check. The check requires to return true for being valid, not false as Node object.

Issue fixed. NodeSettings object has a defined id before validity check. The check requires to return true for being valid, not false as Node object.
Ghost added the
fixed
label 2021-04-29 05:42:16 +02:00
Ghost referenced this issue from a commit 2021-04-29 05:43:11 +02:00
Author

Pushed to master

Pushed to master
Ghost closed this issue 2021-04-29 05:43:36 +02:00
Sign in to join this conversation.
No description provided.