Skip to content

Commit

Permalink
Remove the requirement for published_from and published_till
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyautkin committed Nov 30, 2021
1 parent 303040f commit 5711c3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/components/formalicious/js/mgr/widgets/update.panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ Formalicious.panel.Update = function(config) {
fieldLabel : _('formalicious.settings.label_published_from'),
name : 'published_from',
width : 500,
allowBlank : true,
dateFormat : MODx.config.manager_date_format,
timeFormat : MODx.config.manager_time_format,
startDay : parseInt(MODx.config.manager_week_start),
Expand All @@ -98,6 +99,7 @@ Formalicious.panel.Update = function(config) {
fieldLabel : _('formalicious.settings.label_published_till'),
name : 'published_till',
width : 500,
allowBlank : true,
dateFormat : MODx.config.manager_date_format,
timeFormat : MODx.config.manager_time_format,
startDay : parseInt(MODx.config.manager_week_start),
Expand Down

0 comments on commit 5711c3e

Please sign in to comment.