hi i have multi module project 1- i created module (core) , (items) 2- created core => company page with logic , items => product page with logic 3- now i have already bult-in tenant page i want to transfer these pages to tenant page to be in one model so i faced this error i mentioned before tenant page can not read any properties from another modules
finally i want to create wizard component like this (if you can share code of it) https://x.leptontheme.com/side-menu/custom-pages/wizard-horizontal
but each steps of them hold page from another module how to do that
hi sir
i have an entity (company) with it's logic and pages this entity within (core) module
now i want to transfer company createModal page to tenant page
to make user when he add new tenant add new company add year add product ..... etc
so i my work will be within tenant screen
i created cs class and cshtml
cs class without errors but cshtml
i got error
hi according to Q #3440 you said that you are working to allow Wizard Component in the future is there any updated or still abp not support Wizard Component ??
hi
i wish i can explain
i want to make logic that allows me open page or not according to Authorization
i attached some images to explain what i want
what i want is:
if i have 2 users (x ,y)
x has permission for specific pages so i must give him requiredPolicy within route.provider.ts file
and not open the page if he hasn't permission put in my case what happen is just router link appear or not according to permission and page still open even if (x) hasn't permission
both if has permission or not will open this page and i don't want this just open it if has permission
i solved it thank you
i'm using abp angular so it handles the login page automatically so how can i access logout event ?
hi i already know localStorage.clear() what i want is (where) to write it in abp angular ? where logout event is triggered ??
hi where can i find logout logic to clear database for example i added an item to my table this item store in local storage i want when logout and login again with same user to clear this local storage so how can i did it ? i attached simple video to see what i want to do thank you
https://streamable.com/4l44ba