diff --git a/CHANGELOG.md b/CHANGELOG.md index 12b33de5d..c51e114b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,16 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.3.2] - 2023-01-27 -### Added - -- Add coding standard ( [#624](https://github.com/arawa/workspace/pull/624) ) -- Init the .editorconfig file ( [#625](https://github.com/arawa/workspace/pull/625) ) - ### Changed - Create the register function ( [#649](https://github.com/arawa/workspace/pull/649) ) - Fix the pattern to check special char ( [#648](https://github.com/arawa/workspace/pull/648) ) - Replace constants ( [#589](https://github.com/arawa/workspace/pull/589)) +- Backport : Disable the conversion feature stable24 ( [#705](https://github.com/arawa/workspace/pull/705) ) ### Chore diff --git a/appinfo/routes.php b/appinfo/routes.php index 37a474648..fe2126149 100644 --- a/appinfo/routes.php +++ b/appinfo/routes.php @@ -59,11 +59,15 @@ 'url' => '/spaces', 'verb' => 'POST' ], - [ - 'name' => 'group#transferUsersToGroups', - 'url' => '/spaces/{spaceId}/transfer-users', - 'verb' => 'POST' - ], + /** + * @todo Decomment these lines to convert a groupfolder to workspace. + * This may be possible from NC25 or NC26. + */ + // [ + // 'name' => 'group#transferUsersToGroups', + // 'url' => '/spaces/{spaceId}/transfer-users', + // 'verb' => 'POST' + // ], [ 'name' => 'space#find', 'url' => '/workspaces/{id}', diff --git a/src/Home.vue b/src/Home.vue index 2a92e387d..947c117eb 100644 --- a/src/Home.vue +++ b/src/Home.vue @@ -62,7 +62,7 @@ -