[ADDCOM] Community icon is not defined when creating a new community #45
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
On ew community creation, the dropdown select is not shown so community icon can't be defined. This generates an error on database creation of the new node for community :
Date:2021-03-30 01:08:45, Errno:1, Message:UTILISATEUR:Node:Erreur d'INSERTION dans FetchNodeManagerDb avec le libelle<?xml version="1.0" encoding="UTF-8" ?> <XML XLANGUECHAINEVERSION="1.0"> <FR>Qware</FR> </XML> </xml> INSERT INTO sts_node (node_node_id, node_libelle, node_icone, node_template, node_domain, node_haslanding, node_ctype, node_ctypereg, node_usergroupid, node_subsgroupid, node_subsgrouptempid, node_mailnode) VALUES ('1', '<?xml version="1.0" encoding="UTF-8" ?> <XML XLANGUECHAINEVERSION="1.0"> <FR>Qware</FR> </XML> </xml>', '', 'lcube6', 'www.qware.fr', '0', 'assoc', 'default', '0', '0', '0', 'comendatore@comendatore.net'), lib/system/system_data/node/ressource/nodemanagerdb.php, Line:222, Page:%2Findex.php%3Foid%3D5%26action%3DexecAdmin%26navigationNodeId%3D99%26abs%3D1
Issue fixed by implementing dropdown icon selection in the template file and in the AddCom class.
Pushed to master
Community icon is not defined when creating a new communityto [ADDCOM] Community icon is not defined when creating a new community