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

[MNT-24673] fix users not seen #694

Merged
merged 2 commits into from
Feb 6, 2025
Merged

Conversation

code4uuuu
Copy link
Contributor

https://hyland.atlassian.net/browse/MNT-24673

[Isssue] - After creating project of alfresco-sdk with all-in-one jar, we are not able to see users after creating users via Admin Tools

The issue was due to a property show-authorization-status set to true in share-config-custom.xml. To fix the issue, I have overrided the property to false in share-config-custom.xml file. Now it is working as expected

Copy link
Contributor

@purusothaman-mm purusothaman-mm left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link

@mohit-singh4 mohit-singh4 left a comment

Choose a reason for hiding this comment

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

LGTM!

@@ -415,6 +415,13 @@
</form>
</forms>
</config>

<config evaluator="string-compare" condition="Users" replace="true">
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is this custom config changes is required for all this xml files?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think we need to keep only files which are getting copied to tomcat directory inside Dockerfile which is responsible for building image, removing extra xml files

@code4uuuu code4uuuu requested a review from SathishK-T February 5, 2025 10:17
Copy link
Collaborator

@SathishK-T SathishK-T left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link

@kavitshah-gl kavitshah-gl left a comment

Choose a reason for hiding this comment

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

looks fine

@code4uuuu code4uuuu merged commit 1f9ae91 into master Feb 6, 2025
50 checks passed
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.

5 participants