summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2018-11-21 20:39:40 -0800
committerMartin Braun <martin.braun@ettus.com>2018-11-23 20:02:13 -0800
commitb00ebcae4cf2047ba9bf8d7d2d16f9053fcd45b7 (patch)
tree11b7d433b1eeabfba86cc1c26d277d8eb433a988
parenta841cf16ebd555ad1a7578862f06d9abc92ca76c (diff)
channels: Fix GRC bindings for channel model
The bindings would throw an error when trying to render the GRC flow graph regarding the hide attribute for the block tag propagation.
-rw-r--r--gr-channels/grc/channels_channel_model.block.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/gr-channels/grc/channels_channel_model.block.yml b/gr-channels/grc/channels_channel_model.block.yml
index 53337f6ab0..01701c3610 100644
--- a/gr-channels/grc/channels_channel_model.block.yml
+++ b/gr-channels/grc/channels_channel_model.block.yml
@@ -28,9 +28,7 @@ parameters:
default: 'False'
options: ['True', 'False']
option_labels: ['Yes', 'No']
- option_attributes:
- hide_block: ['', part]
- hide: ${ block_tags.hide_block }
+ hide: ${ 'none' if block_tags == 'False' else 'part' }
inputs:
- domain: stream