-
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
Make any atom and atom list part of the Atom properties #3340
Comments
AlexanderSavelyev
changed the title
Make atom list part of the Atom query properties
Make any atom and atom list part of the Atom properties
Sep 22, 2023
AKZhuk
added a commit
that referenced
this issue
Sep 27, 2023
9 tasks
AKZhuk
added a commit
that referenced
this issue
Sep 29, 2023
- Add unique key for AtomLabel component
Nitvex
pushed a commit
that referenced
this issue
Oct 2, 2023
* #3340 - Make any atom and atom list part of the Atom properties * #3340 - Make any atom and atom list part of the Atom properties - Update e2e snapshots * #3340 - Make any atom and atom list part of the Atom properties - Add unique key for AtomLabel component * Merge branch 'master' into 3340-make-any-atom-and-atom-list-part-of-the-atom-properties - Fix pr comment * Merge branch 'master' into 3340-make-any-atom-and-atom-list-part-of-the-atom-properties - Fix failed tests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Background
Current atom properties window does not allow to view/change atom if it is
any atom
oratom list
Solution
Create additional "Atom type" (dropdown) inside the Atom properties with possible options:
For atom type
Single
the menu atom properties should be the same as currentFor the atom type
List
, Label and Number should be hided and#7,#6,#8
, NOT N,C,O ->!#7;!#6;!#8
For the atom type
Special
, Label and Number should be hidden andempty
for all input values (just take all other query properties)Creating customQuery should convert atom type to Special/ Any Atom (display on canvas and edit properties if disable customQuery back)
The text was updated successfully, but these errors were encountered: