Lakion / CmsPlugin

Simple CMS on top of SymfonyCMF for Sylius applications.
http://lakion.com
26 stars 20 forks source link

Routing broken? #58

Open stefandoorn opened 7 years ago

stefandoorn commented 7 years ago

It seems that in the current version (dev-master) adding routes doesn't function. The adding itself functions, but afterwards accessing a page does not work. It works if the static content has the same 'name', but I don't think that's how routes are meant :)

Reproduce:

Or, am I using this feature totally wrong? If so, I have no clue what Routes is supposed to do then.

michalmarcinkowski commented 7 years ago

The Route entity is not used on the frontend at all right now. The pages are resolved by internal name of static content mypage.com/internal-name-of-my-page.

stefandoorn commented 7 years ago

Ah ok.. so basically for now the routing option is obsolete? It would be nice to have it :)