Skip to content

Conversation

@evdngsl
Copy link
Collaborator

@evdngsl evdngsl commented Dec 12, 2025

No description provided.

* @return true if authorized
*/
private static boolean isAuthorized( int nIdResource )
private static boolean isNotAuthorized( int nIdResource )
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do not rename the method but change the test
return ( user == null || !AdminUserFieldHome.existsWithFile( nIdResource ) );

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Method name reverted and test updated

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

Successfully merging this pull request may close these issues.

2 participants