Skip to content

Commit

Permalink
PHRAS-4126 : Prod - Expose-cli - This not possible to "enabled" a pub…
Browse files Browse the repository at this point in the history
…lication during publication creation (#4580)

* fix publication enable

* unneeded here
  • Loading branch information
aynsix authored Jan 22, 2025
1 parent b33bcd9 commit 6fabd13
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/web/prod/WorkZone/ExposeNew.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
</select>
</div>
<div class="ui-widget">
<label for="enabled_combobox">{{ 'prod:expose:publication:Enabled' | trans }}</label>
<span class="switch">
<label>{{ 'prod:expose:publication:Enabled' | trans }}</label>
<label class="switch">
<input id="enabled_combobox" type="checkbox" class="publication-field" name="enabled">
<span class="slider round"></span>
</span>
</label>
</div>
<div class="ui-widget available-wrapper">
<label>{{ 'prod:expose:publication:Available (leave blank for permanet publication)' | trans }}</label>
Expand All @@ -57,7 +57,7 @@
</div>
<div class="ui-widget">
<label>{{ 'prod:expose:publication:Publicly listing' | trans }}</label>
<label for="publication_publiclyListed" class="switch">
<label class="switch">
<input id="publication_publiclyListed" type="checkbox" class="publication-field" name="publiclyListed">
<span class="slider round"></span>
</label>
Expand Down

0 comments on commit 6fabd13

Please sign in to comment.