Skip to content
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

No AA0218 warning on certain role center actions #7985

Open
NKarolak opened this issue Feb 24, 2025 · 0 comments
Open

No AA0218 warning on certain role center actions #7985

NKarolak opened this issue Feb 24, 2025 · 0 comments

Comments

@NKarolak
Copy link

NKarolak commented Feb 24, 2025

1. Describe the bug
Warning AA0218 "The Tooltip property for PageAction ... must be filled." is missing within role center areas "Sections" and "Embedding".

2. To Reproduce
Activate rule AA0218.
On a role center page, add the following action (each with a different name, of course) without tooltips to area(Processing), area(Embedding) and area(Sections):

                action(MyAction1)
                {
                    Caption = 'My Action';
                    Image = FaultDefault;
                    RunObject = page "Item Card"; 
                }

Wait until warnings appear.

3. Expected behavior
All new actions should throw warning AA0218.

4. Actual behavior
Only the action within area(Processing) generates a warning. The warning is missing for area(Embedding) and area(Sections).
Note that all role center areas display tooltips in the UI.

5. Versions:

  • AL Language: v14.2.1249978
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant