Skip to content
Snippets Groups Projects

Hotfix/2.3.3

Merged Alexandre Morin requested to merge hotfix/2.3.3 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -129,7 +129,7 @@ file that was distributed with this source code.
<select id="accessRuleCode" name="accessRuleCode" class="form-control">
<option value="">Select a access rule code</option>
<?merge accessRules ?>
<option value='[?merge .code ?]' data-json = '[?merge .json ?]'><?merge .description ?></option>
<option value='[?merge .code ?]' data-json = '[?merge .json ?]'><?merge .code ?></option>
</select>
</div>
</div>
Loading