Settings -> Entities table: allow selecting entities w/o unique_id #20690
Unanswered
ildar170975
asked this question in
Dashboard
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
original issue: #20561
Currently it is not possible to select entities w/o
unique_id
:A possible reason - these functions are only available for entities with
unique_id
:But entities are selected not only for a mass-applying these functions.
They are selected just to get a number of these entities:
And this is impossible since some entities cannot be selected.
Contrary, a helpers table allows to select any entities - with or w/o
unique_id
:Suggestion:
unique_id
- disable functions mentioned above.unique_id
- same as above.unique_id
- execute functions only for entities withunique_id
& show a MsgBox with a note like "some entities cannot be ....".Beta Was this translation helpful? Give feedback.
All reactions