We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26775c6 commit 478e4e1Copy full SHA for 478e4e1
github_connector/views/view_github_repository_branch.xml
@@ -191,13 +191,13 @@ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
191
<field name="analysis_rule_ids" colspan="4" />
192
<label
193
for="analysis_rule_info_ids"
194
- invisible="analysis_rule_info_ids == []"
+ invisible="not analysis_rule_info_ids"
195
/>
196
<field
197
name="analysis_rule_info_ids"
198
widget="one2many_list"
199
colspan="4"
200
201
>
202
<tree create="false" delete="false" editable="false">
203
<field name="group_id" />
0 commit comments