Skip to content

Finish deletion of workspaces #7034

Open
@pcrespov

Description

        # IMPLICIT trash
        child_folders: list[FolderID] = []  # TODO: find children. Check with MD

        for folder_id in child_folders:
            await trash_folder(
                app,
                product_name=product_name,
                user_id=user_id,
                folder_id=folder_id,
                force_stop_first=force_stop_first,
            )

        child_projects: list[ProjectID] = []  # TODO: find children. Check with MD

Metadata

Labels

a:webserverissue related to the webserver servicet:enhancementImprovement or request on an existing feature

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions