-
Sub-task
-
Resolution: Done
-
Major
-
None
-
None
basically those operations check that an address is valid, or that an operation is valid
14:18
the operation has an address
14:18
So you do :validate-address(value="/some=where")
14:18
I made up the syntax for the value thing, it needs a ModelNode
14:19 bstans_afk
Ladicek: the CLI uses that behind the scenes
14:19 kkhan
So the way it worked until now is that if the address is valid, it returns that it is valid
14:19
and if it is not valid it returns that it is not valid
14:20 Ladicek
wow, never heard of that
14:20 kkhan
however, if /some=where is not addressable for the current user, we want to return that it is invalid
14:20 Ladicek
souns sensible to me
14:20 kkhan
i.e. to hide the non-addressable addresses