@@ -196,6 +196,9 @@ const UserGroupDeleteModal: FC<Props> = (props: Props) => {
</div>
<div className="text-danger mt-5">
{t('admin:user_group_management.delete_modal.desc')}
+
+ {/* TODO 85462: Add a note: "All child groups will disappear */}
</ModalBody>
<ModalFooter>
@@ -87,7 +87,7 @@ const UserGroupForm: FC<Props> = (props: Props) => {
- {/* TODO 85062: select parent dropdown */}
+ {/* TODO 88238: select parent dropdown */}
<div className="form-group row">
<div className="offset-md-2 col-md-10">
@@ -99,6 +99,11 @@ const UserGroupModal: FC<Props> = (props: Props) => {
</label>
<textarea className="form-control" name="description" value={currentDescription} onChange={onChangeDescriptionHandler} />
+ {/* TODO 90732: Add a drop-down to show selectable parents */}
+ {/* TODO 85462: Add a note that "if you change the parent, the offspring will also be moved together */}