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

Bugfix: Correct static file values #2080

Merged
merged 15 commits into from
Jul 4, 2024

Conversation

nielslyngsoe
Copy link
Member

@nielslyngsoe nielslyngsoe commented Jul 2, 2024

Living with the current situations of file pickers returning their unique, aka. a URL encoded Path. Meaning we had to handle decoding it. This should be changed in v.15 and there is created a PBI for that.

This makes, layout stylesheet and thumbnail file pickers work for Block Editors.

If anyone have saved a static file in Block Editor, they now have a invalid value. But as these features never was implemented is hard to determin, but thats why i put breaking on this PR.

Fixes umbraco/Umbraco-CMS#16738
Fixes umbraco/Umbraco-CMS#16598

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Chore (minor updates related to the tooling or maintenance of the repository, does not impact compiled assets)

Motivation and context

How to test?

Screenshots (if appropriate)

Checklist

  • If my change requires a change to the documentation, I have updated the documentation in this pull request.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.

nielslyngsoe and others added 8 commits July 3, 2024 09:01
# Conflicts:
#	src/packages/core/workspace/components/workspace-split-view/workspace-split-view.element.ts
# Conflicts:
#	src/packages/block/block-grid/components/block-grid-entries/block-grid-entries.element.ts

# Conflicts:
#	src/packages/block/block-grid/components/block-grid-areas-container/block-grid-areas-container.element.ts
#	src/packages/block/block-grid/components/block-grid-entries/block-grid-entries.element.ts
@iOvergaard iOvergaard disabled auto-merge July 4, 2024 06:51
@iOvergaard iOvergaard merged commit c18ec50 into main Jul 4, 2024
6 of 7 checks passed
@iOvergaard iOvergaard deleted the v14/bugfix/correct-static-file-value branch July 4, 2024 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

V14 Block List Editor Configuration is missing Thumbnail Block Grid does not render block editor thumbnails
2 participants