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

Fix "Extra option lost for custom rendering style" #21630

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

nazar-kutz
Copy link
Contributor

No description provided.

@@ -410,7 +410,7 @@ public void startElement(Map<String, String> attrsMap, String name) throws XmlPu
if (attrsMap.get("possibleValues") != null) {
prop.setPossibleValues(attrsMap.get("possibleValues").split(","));
}
PROPS.registerRule(prop);
PROPS.registerRule(prop, !addon);
Copy link
Contributor

Choose a reason for hiding this comment

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

Not clear - why we should not overwrite rule in case of addon?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants