fix feed editor when FORCE_ARTICLE_PURGE is enabled
This commit is contained in:
parent
ee273da6fa
commit
7d8eca888c
2 changed files with 3 additions and 1 deletions
|
@ -1355,6 +1355,7 @@ function editFeed(feed, event) {
|
|||
parameters: dojo.objectToQuery(dialog.attr('value')),
|
||||
onComplete: function(transport) {
|
||||
dialog.hide();
|
||||
notify('');
|
||||
updateFeedList();
|
||||
}})
|
||||
}
|
||||
|
|
|
@ -339,7 +339,8 @@
|
|||
'dojoType="dijit.form.Select"');
|
||||
|
||||
} else {
|
||||
print "<input type='hidden' name='purge_interval' value='$purge_interval'>";
|
||||
print "<input style=\"display : none\" name='purge_interval'
|
||||
dojoType=\"dijit.form.TextBox\" value='$purge_interval'>";
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue