-
Notifications
You must be signed in to change notification settings - Fork 32
Labels
a:webserverwebserver's codebase. Assigning the area is particularly useful for bugswebserver's codebase. Assigning the area is particularly useful for bugst:enhancementImprovement or request on an existing featureImprovement or request on an existing feature
Milestone
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 MDMetadata
Metadata
Assignees
Labels
a:webserverwebserver's codebase. Assigning the area is particularly useful for bugswebserver's codebase. Assigning the area is particularly useful for bugst:enhancementImprovement or request on an existing featureImprovement or request on an existing feature
