Skip to content

Commit

Permalink
Issues with inserting links to wiki pages #73
Browse files Browse the repository at this point in the history
* Disable the async mode for the resource selector UIX because there are some issues on XWiki 10.11.9 on cloud.
  • Loading branch information
mflorea committed Oct 2, 2019
1 parent 5403f4e commit 7e3e856
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/Diagram/ResourceSelector/Browse.xml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@
<async_context/>
</property>
<property>
<async_enabled>1</async_enabled>
<async_enabled>0</async_enabled>
</property>
<property>
<content>{{include reference="Diagram.ResourceSelector.Browse" /}}</content>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/Diagram/ResourceSelector/External.xml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
<async_context/>
</property>
<property>
<async_enabled>1</async_enabled>
<async_enabled>0</async_enabled>
</property>
<property>
<content>{{include reference="Diagram.ResourceSelector.External" /}}</content>
Expand Down

0 comments on commit 7e3e856

Please sign in to comment.