Skip to content
Snippets Groups Projects
Commit c6fa2eea authored by Tim Wagner's avatar Tim Wagner
Browse files

[TASK] Reload news page properties when highlighting status changes

parent 3a63d3ae
No related branches found
No related tags found
1 merge request!17[FEATURE] Reload news page properties when highlighting status changes
......@@ -253,6 +253,7 @@ call_user_func(
],
'tx_sgnews_highlighted' => [
'displayCond' => 'FIELD:tx_sgnews_never_highlighted:=:0',
'onChange' => 'reload',
'exclude' => TRUE,
'l10n_exclude' => TRUE,
'label' => $localLangDbPath . $table . '.tx_sgnews_highlighted',
......@@ -262,6 +263,7 @@ call_user_func(
],
'tx_sgnews_never_highlighted' => [
'displayCond' => 'FIELD:tx_sgnews_highlighted:=:0',
'onChange' => 'reload',
'exclude' => TRUE,
'l10n_exclude' => TRUE,
'label' => $localLangDbPath . $table . '.tx_sgnews_never_highlighted',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment