This website requires JavaScript.
Explore
Help
Sign In
ct
/
bmc_hub
Watch
1
Star
0
Fork
0
You've already forked bmc_hub
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
93da2866dc
bmc_hub
/
app
/
modules
/
task_templates
/
backend
/
__init__.py
2 lines
38 B
Python
Raw
Normal View
History
Unescape
Escape
feat(task-templates): implement task template MVP with modal selector and tag actions - Added task template and task template items tables to the database. - Introduced case template runs and run items tables for tracking template executions. - Created a new JavaScript module for task template selection with a modal interface. - Integrated tag actions to open the task template selector modal upon tag addition. - Updated backend to resolve tag actions and return them in the response when adding tags. - Enhanced the tag picker to handle actions and trigger the appropriate modal. - Added permissions and group permissions for managing task templates.
2026-05-01 20:58:13 +02:00
"""
Task templates backend package.
"""
Reference in New Issue
Copy Permalink