Is it possible to have several PRs for same applets?
Hi Community,
I still have to learn a lot about Open UI. There's a bunch of List Applets I have added custom PM and PRs to. All works fine.
Now I want to write an additional PR which applies to ALL List Applets. I registered the PR file as "DEFAULT LIST APPLET" in Manifest Administration. As a result, the Default PR is being loaded and executed only for those List Applets, where I do not have another, custom PR defined. Those List Applets which have a custom PR defined, will not load the "DEFAULT LIST APPLET" PR, they only load the custom one. I wonder if the reason is within my code, or is it standard behaviour? What about loading several PRs for the same applets? Is it supported?