Refresh when creating bags and recipes to get the change instantly

This commit is contained in:
Jeremy Ruston 2024-01-26 14:42:17 +00:00
parent 14752ccb0c
commit f5fdd79c7f
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ title: MultiWikiServer Administration
/>
<%if [<error>match[]] %>
<$action-setfield $tiddler=<<errorTiddler>> text=""/>
<$action-sendmessage $message="tm-server-refresh"/>
<%else%>
<$action-setfield $tiddler=<<errorTiddler>> text=<<data>>/>
<%endif%>
@ -72,6 +73,7 @@ title: MultiWikiServer Administration
\import [subfilter{$:/core/config/GlobalImportFilter}]
<%if [<error>match[]] %>
<$action-setfield $tiddler=<<errorTiddler>> text=""/>
<$action-sendmessage $message="tm-server-refresh"/>
<%else%>
<$action-setfield $tiddler=<<errorTiddler>> text=<<data>>/>
<%endif%>