Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.17.0 release #615

Merged
merged 41 commits into from
May 15, 2024
Merged

3.17.0 release #615

merged 41 commits into from
May 15, 2024

Conversation

AJIXuMuK
Copy link
Collaborator

What's in this Pull Request?

3.17.0 release

joelfmrodrigues and others added 30 commits February 6, 2024 00:33
- When the file picker is used to pick files from an organizational asset library on the SharePoint root site, no files are shown.
- Also fix an error in the _parseOrgAssetsLibraryItem function, which causes the absoluteUrl property to lack one / after the root SharePoint URL (e.g. "https://TENANT.sharepoint.comOrganizational Media Library" or "https://TENANT.sharepoint.comsites/OrgAssetsSite/Branding images"). Since this is faulty for org asset libraries on ALL sites, I don't think this property is used, otherwise it would have caused problems already.

Explanation of error in file picker of organizational asset library:
1. The relative url of the root site is /, which causes a / to still be present in the library name, after removal of the site relative url.
2. This is turn causes the library name to be an empty string after splitting the library name on /.
3. When building the API request URL for retrieving the organizational assets library items, the library name is therefore missing from the listFullUrl query parameter.
- In addition to this, the listFullUrl query parameter can't contain two slashes in front of the library name (also causes the request to fail).
- This error would also happen if the site server relative url (_orgAssetsLibraryServerRelativeSiteUrl) starts with a slash.
Fast-serve update to match the most recent changes.
…cker

[New Property Control] - PropertyFieldContentTypePicker - Fixes 598
toRelativeUrl returns proper relative url in case of root site
…epicker

PropertyFieldFilePicker - add a delete button to the selected file
…org-asset-library

Fix root site org asset library showing no items in file picker
added siteAbsoluteUrl to FOlderPicker
joaojmendes and others added 11 commits April 17, 2024 18:59
* commit changes new control  PropertyFieldButton

* new Control Button

* commit changes new control  PropertyFieldButton
* commit changes new control  PropertyFieldButton

* new Control Button

* commit changes new control  PropertyFieldButton

* commit changes

* added Grid control

* commit changes

* commit changes

* added Grid control

* commit changes

* fix comment add two properties to title and description columns

* commit changes

* commit change on doc fixed reference
@AJIXuMuK AJIXuMuK merged commit 5734b70 into master May 15, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants