Skip to content
Discussion options

You must be logged in to vote

By adding the following to app.min.js, it is now possible to select the SharePoint document list.

Addition:

@@ -318904,6 +318904,10 @@
     mxUtils.htmlEntities(mxResources.get("shared")) +
     '</div><div id="odSharepoint" class="odCatListTitle">' +
     mxUtils.htmlEntities(mxResources.get("sharepoint")) +
+    (typeof DRAWIO_SHAREPOINT_FOLDER != 'undefined'
+      ? '</div><div id="odSharepointDocLib" class="odCatListTitle">' +
+       DRAWIO_SHAREPOINT_FOLDER
+      : "") +
     '</div></div><div class="odFilesSec"><div class="searchBar" style="display:none"><input type="search" id="odSearchBox" placeholder="' +
     mxUtils.htmlEntities(mxResources.get("search")) +
     '"></div><d…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kondo0429
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
1 participant