-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Possibility to separate library and user keywords in listeners and in model objects #2297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm fine with adding a new attribute to |
@pekkaklarck I am interested in pull request however it might not be so fast. Can you direct me about the place of this code piece ? |
|
Are you @serhatbolsu still interested about this? |
I am interested however still hard to find the time. I will try to get back to it, or you can close until a pull request comes. Up to you
|
Making it easier to separate user and library keywords would be a good idea and it would probably be best to do it on the model object level, not only in the listener API. We could just add separate With this information added it would be enough to check does the This kind of API changes are best done in a major release. Targeting this initially to 3.1 scope. |
RF 3.1 is so long overdue that this issue has a big risk of being descoped. Comment here if you'd really like to see this in RF 3.1 and also if you'd be interested to help. |
The listener v2 API still doesn't seem to separate library keywords and user keywords, but the listener v3 API has separate |
As we develop an open framework and related reporting environment, we make use of listeners much detailed.
I would like to show that if it is a user keyword or if that keyword is from a library. Then I might give different css on my front-end reporting site for each.
In short @pekkaklarck 's solution on #2144 was good. A way of understanding, if it is a resource keyword or a library keyword from the listener, is required.
Best regards,
Thank you
The text was updated successfully, but these errors were encountered: