Skip to content

Commit

Permalink
Hotfix - Formularios Web - Excluir campos IFrame y WYSIWYG de los cam…
Browse files Browse the repository at this point in the history
…pos posibles de un formulario (#437)
  • Loading branch information
jordiSTIC authored Nov 19, 2024
1 parent 41e71e5 commit 346842d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/stic_Web_Forms/Assistant/AssistantController.php
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,8 @@ function getFieldsToShow($bean, $requiredFields = null)
|| $field_def['type'] == 'link'
|| $field_def['type'] == 'currency_id'
|| $field_def['type'] == 'image'
|| $field_def['type'] == 'iframe'
|| $field_def['type'] == 'wysiwyg'
|| (isset($field_def['source']) && $field_def['source'] == 'non-db' && !$emailFields)
)
{
Expand Down

0 comments on commit 346842d

Please sign in to comment.