lucabriguglia / Weapsy

ASP.NET Core CMS
http://www.weapsy.com
Other
10 stars 2 forks source link

Editing a page - Activation #17

Closed emfluenceindia closed 8 years ago

emfluenceindia commented 8 years ago

I Edit-ed the new page I created (aboutus) at /admin/page/edit/959a946e-2bc1-4077-af49-a55ce55f72a4 to Activate it. On screen message says it has been saved (activated) and in page list (/Admin/Page) the checkbox under Active is now checked.

But when I tried to access http://localhost:56923/aboutus, 404-Page not found error came up.

lucabriguglia commented 8 years ago

It's a know issue, at the moment all the page routes are registered at startup, they are not dynamic but registered as they are. I have to change it and make it dynamic.

lucabriguglia commented 8 years ago

Fixing the issue today, instead of registering every single route I'm going to read the slug dynamically (as it should be).

lucabriguglia commented 8 years ago

Fixed

subtata-emfluence commented 8 years ago

Thank you! Please let me know about next assignment :)