Additional 's' when creating a table

tarunsidana007
Kilo Contributor

When creating a new table which leads to the creation of a new module, I always notice that the menu name is same as the table name but in the name of the module, an addition 's' is added. for instance, If I create a table by the name mongoose_server, the menu name will be the same but the module name would be mongoose_servers. Is there a glitch somewhere or have I done a mistake somewhere. I am trying hard to figure this out but not able to so thought of putting this as a question. Attaching a sample as well.

2 REPLIES 2

Community Alums
Not applicable

Tarun,



It's making it plural by adding the 's' to the end. You could avoid this by either editing the application menu, naming it differently so it makes more sense, or not creating the module link automatically, and creating it yourself later.


Thanks Andrew, that helped