mirror of
https://github.com/makeplane/plane.git
synced 2026-07-12 13:29:56 +02:00
* chore: add required property validations on create issue modal. * chore: fix issue type list item default open state. * chore: fix boolean field default value and mandatory field validations. * fix: default value and mandatory field validations for dropdown property. * fix: unused code removed. * chore: add `type_id` to create issue endpoint response. * chore: minor height fix for readonly text property. * chore: improve additional properties loader in create/ update issue modal. * chore: update `getProjectDefaultIssueTypeId` function to get the entire issue type instance instead of just Id. * chore: remove logic to expand issue type list. * chore: update logic to expand default issue type. * chore: minor UI fixes. * fix: typo * chore: open issue modal if default issue type has mandatory properties on quick add. * dev: update issue property validation * chore: fix values validation. * fix: create issue form validation. * chore: issue type icon for all layouts. --------- Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com>