Closed mguetta1 closed 5 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 42.05%. Comparing base (
b654645
) to head (a034768
). Report is 172 commits behind head on main.:exclamation: Current head a034768 differs from pull request most recent head 8d03157
Please upload reports for the commit 8d03157 to get more accurate results.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@mguetta1 - I like the one with the edit pencil. Which option do you want to use?
@mguetta1 @ibolton336
AppTableActionButtons
is a wrapper that provides RBAC access check. Please provide some more context why we need to remove it.
The idea initially was to standardize on a common approach in the table now that this new table component was available. Modifying the AppTableActionButtons component to make use of the ActionsColumn may be a better approach. The use of PF Flex inside the AppTableActionButtons causes some inconsistent spacing when compared to the tables using ActionsColumn.
@mguetta1 @ibolton336
AppTableActionButtons
is a wrapper that provides RBAC access check. Please provide some more context why we need to remove it.The idea initially was to standardize on a common approach in the table now that this new table component was available. Modifying the AppTableActionButtons component to make use of the ActionsColumn may be a better approach. The use of PF Flex inside the AppTableActionButtons causes some inconsistent spacing when compared to the tables using ActionsColumn.
Structurally I like the "new" style for the component layout. However, with the different containing component, are we dropping some RBAC checks? That could be ok so long as there is a new effort soon (i.e. in the release after 0.5) to refactor RBAC and apply it on all actions. Humm, I may need to write up an issue to capture that work (and keycloak lib upgrades).
@mguetta1 - I like the one with the edit pencil. Which option do you want to use?
This option
@rszwajko @ibolton336 @sjd78
I don't think that there is any permission restrictions on controls. Anyway I added the controlsWriteScopes
to the business service create button
69ff6b2
@rszwajko @ibolton336 @sjd78 I don't think that there is any permission restrictions on controls. Anyway I added the
controlsWriteScopes
to the business service create button 69ff6b2
I think it'd be worth trying to save the component for reuse as Radek mentioned. That way we don't need a new PR for each place we make these changes & can avoid maintenance headaches.
Related to #1318
OR