mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-07 06:37:44 +02:00
fix action params not hiding in edit action dialog if param-less action was initially selected
This commit is contained in:
parent
987936f57a
commit
f28df34fec
@ -324,7 +324,9 @@ const Filters = {
|
|||||||
</form>
|
</form>
|
||||||
`);
|
`);
|
||||||
|
|
||||||
dijit.byId("filterDlg_actionSelect").attr('value', action.action_id);
|
const actionSelect = dijit.byId("filterDlg_actionSelect").attr('value', action.action_id);
|
||||||
|
|
||||||
|
edit_action_dialog.toggleParam(actionSelect);
|
||||||
|
|
||||||
/*xhr.post("backend.php", {op: 'Pref_Filters', method: 'newaction', action: actionStr}, (reply) => {
|
/*xhr.post("backend.php", {op: 'Pref_Filters', method: 'newaction', action: actionStr}, (reply) => {
|
||||||
edit_action_dialog.attr('content', reply);
|
edit_action_dialog.attr('content', reply);
|
||||||
|
Loading…
Reference in New Issue
Block a user