I need to edit (ViewAction and EditAction) functions for all profiles except "admin".
I know that I can achieve that using <oql_view> and <oql_edit> tag, but my OQL quires contain many UNION, so the performance became very bad.</oql_edit></oql_view>
I tried to edit the functions in core file and everything was ok. but I want to do that using extension.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello dears,
kindly your help, that I want to edit some functions of class ObjectController.
Can I do that by extension? or I need to edit the core .
thanks.
What is your main objective?
I need to edit (ViewAction and EditAction) functions for all profiles except "admin".
I know that I can achieve that using <oql_view> and <oql_edit> tag, but my OQL quires contain many UNION, so the performance became very bad.</oql_edit></oql_view>
I tried to edit the functions in core file and everything was ok. but I want to do that using extension.
Sorry, the core of iTop cannot be modified with an extension