vanstyn / RapidApp

Turnkey ajaxy webapps
http://rapi.io
Other
48 stars 15 forks source link

defined views does not work if you set a module_root_namespace. #174

Closed moussaid521 closed 7 years ago

moussaid521 commented 7 years ago

Hi,

If we create some views then we change the module_root_namespace, the old views does not work, and it gives an error about root_template_prefix not being defined. Is this the intended behavior? here in the image an example with the creatureZoo app, when we add :
module_root_namespace => 'CreatureZoo', in the RapidApp module configuration. image

vanstyn commented 7 years ago

This is a known limitation. Since saved views store the url, if the url is changed, the view has to be recreated.