1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-03-24 20:36:56 +00:00

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

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%>