-
Notifications
You must be signed in to change notification settings - Fork 270
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
Validity, compatibility, and integrity rule values are not displayed in the UI in read-only mode. #4107
Comments
Thank you for reporting an issue! Pinging @jsenko, @EricWittmann to respond or triage. |
Fixed in EricWittmann@17aba5c |
Hi @EricWittmann personally I still can't see any information about Validity, compatibility or integrity rule when I'm in read only. The image running in the 2.5.10.Final, it's the same display if the schema existed before the upgrade or was added after. In env variable (other than cert and connection) I'm using REGISTRY_UI_FEATURES_READONLY: true
QUARKUS_PROFILE: prod
REGISTRY_RULES_GLOBAL_VALIDITY: FULL
ENABLE_CCOMPAT_CANONICAL_HASH_MODE: true Am I missing something ? |
Hello @Shawcs, Eric's fix points to Apicurio Registry 3.0, thus you will still have those problems in 2.5.10.Final |
Feature or Problem Description
The UI in read-only mode does not display validity, compatibility, and integrity rule values. For instance, when a user selects values in the normal mode and then switches to read-only, the UI only presents the descriptions of the selected values without showing the actual values.
Proposed Solution
Introduce a label field that exhibits the selected value for each rule in read-only mode.
Additional Context
Normal mode:
![image](https://private-user-images.githubusercontent.com/40665286/289065048-902f335b-0798-4a99-b0ee-96e3f29490d6.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MDc2MjksIm5iZiI6MTczOTYwNzMyOSwicGF0aCI6Ii80MDY2NTI4Ni8yODkwNjUwNDgtOTAyZjMzNWItMDc5OC00YTk5LWIwZWUtOTZlM2YyOTQ5MGQ2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDA4MTUyOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTc1NmEyOTMzZDkwNWY4MzIyOTliMzgxYWU0OTBmOGJjYjU3YThjMmY0YTk2OTE2NTI3YjJlNzA4NTFhY2FhNzYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.V6IlargxpDPNLAyQv1uiIlvstxMZ3GJDeO_Q2a2kaKA)
Read-only:
![image](https://private-user-images.githubusercontent.com/40665286/289064898-8b6df552-ef88-4e8d-8f52-a1bc5030a747.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MDc2MjksIm5iZiI6MTczOTYwNzMyOSwicGF0aCI6Ii80MDY2NTI4Ni8yODkwNjQ4OTgtOGI2ZGY1NTItZWY4OC00ZThkLThmNTItYTFiYzUwMzBhNzQ3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDA4MTUyOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWNiYjU2Nzk4ZTQ1ZTU4NzI1YjNkMDc2NDFlZGVlZTA4ZmNkY2E3OGRkMjYwODMyZmYwNTk3NTUxNTU5NmNjY2EmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.10v2rNI3PZM-QJzWh0bAuK1i7ABdJBXePzd48nnpD_4)
The text was updated successfully, but these errors were encountered: