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

Feature: Folder workspace #2342

Merged
merged 33 commits into from
Sep 27, 2024
Merged

Conversation

madsrasmussen
Copy link
Contributor

@madsrasmussen madsrasmussen commented Sep 25, 2024

Description

This PR introduces a workspace for folders. The idea with this workspace is to be able to edit the folder and browse/interact with the children of the folder.

In the initial version, you can navigate to a folder workspace and change the folder name. However, please note that you cannot rename the Partial View, Stylesheet, and Script folders.

This pull request also ensures that the folder repository follows the UmbDetailRepository interface. This allows for the reuse of the same workspace code for entity CRUD operations.

Caution

Breaking Changes:

A Folder Repository now needs to implement the UmbDetailRepository interface.

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)

@madsrasmussen madsrasmussen marked this pull request as ready for review September 27, 2024 08:49
@nielslyngsoe nielslyngsoe merged commit 3b8ec46 into main Sep 27, 2024
7 of 8 checks passed
@nielslyngsoe nielslyngsoe deleted the v15/feature/tree-folder-workspace branch September 27, 2024 09:04
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.

2 participants