Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
74:cms_sharepoint_online [2020/05/19 16:48] tssr74:cms_sharepoint_online [2021/02/16 11:47] – [Known Limitations] fnpk
Line 123: Line 123:
   * **config.xml**: //<nowiki><cms-host name="http://mySharePoint.de:123/myPath/to/mySite" /></nowiki>//   * **config.xml**: //<nowiki><cms-host name="http://mySharePoint.de:123/myPath/to/mySite" /></nowiki>//
   * Value in **Site**: //myPath/to/another/Repository//   * Value in **Site**: //myPath/to/another/Repository//
-  * Resulting **URL**: //<nowiki>http://mySharePoint.de:123/myPath/to/mySite</nowiki>//+  * Resulting **URL**: //<nowiki>http://mySharePoint.de:123/myPath/to/another/Repository</nowiki>//
   * The path from the config.xml gets overwritten by the value from Repository Path.   * The path from the config.xml gets overwritten by the value from Repository Path.
  
Line 158: Line 158:
 The Graph API, wich is used by the SharePoint Online Adapter, does currently not support setting major/minor versions when uploading a file. The Graph API, wich is used by the SharePoint Online Adapter, does currently not support setting major/minor versions when uploading a file.
  
 +== Action before authentication ==
 +
 +If the current user is not authenticated yet and performs an action, the authentication dialog will be opened. After the authentication the user has to performs the action again.