diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 447dc2b8f..7820ec676 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -44,6 +44,9 @@ Motions:
tags, states and recommendations [#4037, #4132, #4702].
- Added timestampes for motions [#4134].
- New config option to set reason as required field [#4232].
+ - Added subcategories and altered behaviour of motion numbering in
+ categories: Motions of subcategories are also numbered, and parents of
+ amendments needs to be in the numbered category or any subcategory [#4756].
User:
- Added new admin group which grants all permissions. Users of existing group
diff --git a/client/src/app/core/repositories/motions/category-repository.service.ts b/client/src/app/core/repositories/motions/category-repository.service.ts
index 2e059d37f..8041431cc 100644
--- a/client/src/app/core/repositories/motions/category-repository.service.ts
+++ b/client/src/app/core/repositories/motions/category-repository.service.ts
@@ -5,14 +5,13 @@ import { TranslateService } from '@ngx-translate/core';
import { BaseRepository } from '../base-repository';
import { Category } from 'app/shared/models/motions/category';
import { CollectionStringMapperService } from '../../core-services/collection-string-mapper.service';
-import { ConfigService } from 'app/core/ui-services/config.service';
import { DataSendService } from '../../core-services/data-send.service';
import { DataStoreService } from '../../core-services/data-store.service';
import { HttpService } from '../../core-services/http.service';
import { ViewCategory, CategoryTitleInformation } from 'app/site/motions/models/view-category';
import { ViewModelStoreService } from 'app/core/core-services/view-model-store.service';
-
-type SortProperty = 'prefix' | 'name';
+import { Motion } from 'app/shared/models/motions/motion';
+import { TreeIdNode } from 'app/core/ui-services/tree.service';
/**
* Repository Services for Categories
@@ -28,8 +27,6 @@ type SortProperty = 'prefix' | 'name';
providedIn: 'root'
})
export class CategoryRepositoryService extends BaseRepositorySort categories
+
+ {{ selectedCategory.prefixedName }}
+
+
+ {{ 'Edit details for' | translate }} {{ selectedCategory.prefixedName }}
+
+ Categories
-
-
+
+
Sort motions in {{ category.prefixedName }}
+ Sort motions
{{ categoryName }}
-
-
- Drag and drop motions to reorder the category. Then click the button to renumber.
-
-
-