Skip to content

Commit

Permalink
ct perm link (#9567)
Browse files Browse the repository at this point in the history
* Change uri

* Update snapshots
  • Loading branch information
Jan authored Aug 15, 2023
1 parent 98887c7 commit 8b8c699
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions packages/web-app-files/src/helpers/contextualHelpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const shareInviteCollaboratorHelp = (options: ContextualHelperOptions) =>
)
}
],
readMoreLink: 'https://doc.owncloud.com/webui/next/owncloud_web/web_for_users.html#sharing'
readMoreLink: 'https://doc.owncloud.com/go?to=webui-users-sharing'
},
options
)
Expand Down Expand Up @@ -92,7 +92,7 @@ export const shareSpaceAddMemberHelp = (options: ContextualHelperOptions) =>
)
}
],
readMoreLink: 'https://doc.owncloud.com/webui/next/owncloud_web/web_for_users.html#sharing'
readMoreLink: 'https://doc.owncloud.com/go?to=webui-users-sharing'
},
options
)
Expand Down Expand Up @@ -120,7 +120,7 @@ export const shareViaLinkHelp = (options: ContextualHelperOptions) =>
)
}
],
readMoreLink: 'https://doc.owncloud.com/webui/next/owncloud_web/web_for_users.html#sharing'
readMoreLink: 'https://doc.owncloud.com/go?to=webui-users-sharing'
},
options
)
Expand All @@ -140,7 +140,7 @@ export const shareViaIndirectLinkHelp = (options: ContextualHelperOptions) =>
)
}
],
readMoreLink: 'https://doc.owncloud.com/webui/next/owncloud_web/web_for_users.html#sharing'
readMoreLink: 'https://doc.owncloud.com/go?to=webui-users-sharing'
},
options
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ exports[`FileShares collaborators list renders sharedWithLabel and sharee list 1
<div class="oc-position-relative" id="oc-files-sharing-sidebar">
<div class="oc-flex">
<h3 class="oc-text-bold oc-text-medium oc-m-rm" data-current-language="en" data-msgid="Share with people">Share with people</h3>
<oc-contextual-helper-stub class="oc-pl-xs" endtext="" list="[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]" readmorelink="https://doc.owncloud.com/webui/next/owncloud_web/web_for_users.html#sharing" text="Use the input field to search for users and groups. Select them to share the item." title="Share with people"></oc-contextual-helper-stub>
<oc-contextual-helper-stub class="oc-pl-xs" endtext="" list="[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]" readmorelink="https://doc.owncloud.com/go?to=webui-users-sharing" text="Use the input field to search for users and groups. Select them to share the item." title="Share with people"></oc-contextual-helper-stub>
</div>
<invite-collaborator-form-stub class="oc-my-s" invitelabel="" savebuttonlabel="Share"></invite-collaborator-form-stub>
<div class="avatars-wrapper oc-flex oc-flex-middle oc-flex-between">
Expand Down Expand Up @@ -35,7 +35,7 @@ exports[`FileShares current space loads space members if a space is given and th
<div class="oc-position-relative" id="oc-files-sharing-sidebar">
<div class="oc-flex">
<h3 class="oc-text-bold oc-text-medium oc-m-rm" data-current-language="en" data-msgid="Share with people">Share with people</h3>
<oc-contextual-helper-stub class="oc-pl-xs" endtext="" list="[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]" readmorelink="https://doc.owncloud.com/webui/next/owncloud_web/web_for_users.html#sharing" text="Use the input field to search for users and groups. Select them to share the item." title="Share with people"></oc-contextual-helper-stub>
<oc-contextual-helper-stub class="oc-pl-xs" endtext="" list="[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]" readmorelink="https://doc.owncloud.com/go?to=webui-users-sharing" text="Use the input field to search for users and groups. Select them to share the item." title="Share with people"></oc-contextual-helper-stub>
</div>
<invite-collaborator-form-stub class="oc-my-s" invitelabel="" savebuttonlabel="Share"></invite-collaborator-form-stub>
<div class="avatars-wrapper oc-flex oc-flex-middle oc-flex-between">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ exports[`SpaceMembers filter toggles the filter on click 1`] = `
<dd>Members with the Manager role are able to edit all properties and content of a Space, such as adding or removing members, sharing subfolders with non-members, or creating links to share.</dd>
</dl>
<!--v-if-->
<a class="oc-button oc-rounded oc-button-s oc-button-justify-content-center oc-button-gap-m oc-button-passive oc-button-passive-raw info-more-link" href="https://doc.owncloud.com/webui/next/owncloud_web/web_for_users.html#sharing" target="_blank">Read more</a>
<a class="oc-button oc-rounded oc-button-s oc-button-justify-content-center oc-button-gap-m oc-button-passive oc-button-passive-raw info-more-link" href="https://doc.owncloud.com/go?to=webui-users-sharing" target="_blank">Read more</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 8b8c699

Please sign in to comment.