Hi!
Im trying to use RAD Tool to add a property to User and Role-class, is this possible? If so, how? When I click on "Re-register a entity" the list is empty and if I load entity from Database, everthing gets chaotic.
Thanks!
Lars
8 Answer(s)
-
0
Hi,
Im trying to use RAD Tool to add a property to User and Role-class, is this possible?
No, it's not possible. You can regenerate the entities only which you created using the tool.
-
0
Ah okei, but if I want to update just one property in a already exisiting class/enitity, whats the best way to do that?
-
0
I couldent do it with that documentation because ".Web\App\common\views\users\index.js" does not exist. The documentation uses AngularJS and not Angular 6, so I feel something is missing and doesnt add up to my code...
-
0
You can extend the entity and dto's the same way. And for User Interface, you just have to add new fields to user.component.html and create-or-edit-user-modal.component.html files.
-
0
What about service-proxy will it be updated after doing changes in entity and dto + running refresh.bat?
-
0
Yes.
-
0
Great! Thank you so much @yekalkan :)