Skip to content

Commit

Permalink
[IMP] formio: In Forms list-view initially show the field public_share.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobslee committed Jan 16, 2021
1 parent bc951d7 commit 03ece68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion formio/views/formio_form_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ See LICENSE file for full licensing details. -->
<field name="state"/>
<button string="Form" class="btn-sm btn-secondary" name="action_view_formio" type="object"/>
<field name="portal_share" optional="show"/>
<field name="public_share" optional="hide"/>
<field name="public_share" optional="show"/>
<field name="public_access" optional="show"/>
<field name="public_create" optional="hide"/>
<field name="res_model_name" string="Resource Type" optional="show"/>
Expand Down

0 comments on commit 03ece68

Please sign in to comment.