mirror of
https://github.com/makeplane/plane.git
synced 2026-07-14 14:31:37 +02:00
* feat: enhance workitem template endpoints with feature flag and detailed retrieval - Added feature flag check for the SubWorkitemTemplateEndpoint. - Updated WorkitemProjectTemplateEndpoint to support fetching a specific template by primary key (pk) with prefetching of related workitem templates. * feat: add 404 error handling for missing templates in WorkitemProjectTemplateEndpoint