N°7371 - Remembers the choice done in the popup that appears when saving public and private logs at the same time (#636)

This commit is contained in:
Anne-Catherine
2025-01-30 15:55:34 +01:00
committed by GitHub
parent f1594ad974
commit 8a604c643e
4 changed files with 12 additions and 24 deletions

View File

@@ -5,7 +5,6 @@ $('#{{ oUIBlock.GetId() }}').activity_panel({
lock_enabled: {{ oUIBlock.IsLockEnabled()|var_export }},
lock_watcher_period: {{ oUIBlock.GetLockWatcherPeriod() }},
lock_endpoint: {{ oUIBlock.GetLockEndpoint()|var_export|raw }},
show_multiple_entries_submit_confirmation: {{ oUIBlock.GetShowMultipleEntriesSubmitConfirmation()|var_export }},
save_state_endpoint: {{ oUIBlock.GetSaveStateEndpoint()|var_export|raw }},
last_loaded_entries_ids: {{ oUIBlock.GetLastEntryIds()|json_encode|raw }},
load_more_entries_endpoint: {{ oUIBlock.GetLoadMoreEntriesEndpoint()|var_export|raw }},