-
Notifications
You must be signed in to change notification settings - Fork 176
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
Atom properties "Substitution count" and "Ring bond count" convert incorrectly to custom query. #3445
Comments
9 tasks
AKZhuk
added a commit
that referenced
this issue
Oct 16, 2023
…nvert incorrectly to custom query - Remove property "unsaturated" from custom query
Nitvex
pushed a commit
that referenced
this issue
Oct 16, 2023
…nvert incorrectly to custom query (#3446) * #3445 - Atom properties "Substitution count" and "Ring bond count" convert incorrectly to custom query * #3445 - Atom properties "Substitution count" and "Ring bond count" convert incorrectly to custom query - Remove property "unsaturated" from custom query
OlgaMazurina
pushed a commit
that referenced
this issue
Oct 18, 2023
…nvert incorrectly to custom query (#3446) * #3445 - Atom properties "Substitution count" and "Ring bond count" convert incorrectly to custom query * #3445 - Atom properties "Substitution count" and "Ring bond count" convert incorrectly to custom query - Remove property "unsaturated" from custom query
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to Reproduce
Launch "Ketcher"
Draw the Template "Benzene" on the canvas
Click on any atom
Click on the "Edit" button in the context menu
Add Substitution count, Ring bond count, unsaturated Atom Properties from the "Query specific" section
Click on the "Custom Query" checkbox
Verify the value in custom query text area.
Actual behaviour
Substitution count converts to sb{v}, Ring bond count converts to rb{v}, unsaturated converts to u.
Expected behaviour
Substitution count should converts to D{v}. Values "as drawn" and "0" should convert to D0
Ring bond count should converts to x{v}. Values "as drawn" and "0" should convert to x0
Unsaturated property should be absent in custom query text area
Screenshots
The text was updated successfully, but these errors were encountered: