0
marble68 created
I've reviewed: https://aspnetboilerplate.com/Pages/Documents/Navigation, that doesn't really answer my question
I've crawled through abp.nav.menus.App - and I can see the menu items there.
What I can't figure out is how to, once an entity is saved, go back to the entities main menu item.
How is that done?
4 Answer(s)
-
0
Did you use Rad Tool to create an entity?
-
0
Yes.
It calls ClearForm, which sets the entity back to the model. If the user hits save again it creates two entities.
-
0
Hi,
In your javascript code, you can set
window.location = abp.appPath + "ControllerName";
-
0
Ok - I'll do that. Thanks.