Releases: blackholll/loonflow
Releases · blackholll/loonflow
r0.3.21
- add requirement package: requests
- ticket list api's response add workflow_info field
r0.3.20
- models inheritance and ticket detail api add is_end field value
- bugfix: new state and edit state api return wrong arg issue
- alter the length of ticket's title field from 50 to 500
- bugfix: only run the first notice task when config more then one
- ticket list api optimize
- optimize init_state api's serialize logic
r0.3.19
- ticket detail api add attr: ticket's id
- transitions api add attr: transitions's attribute_type_id
- add new api: get ticket's participant info
r0.3.18
- ticket detail api's performance optimization
- alter doc link url for guide documentation
r0.3.17
- support new participant type: hook
r0.3.16
bugfix: for STATE_DISTRIBUTE_TYPE_ALL exception
r0.3.15
- optimization: ticket list api do not return -1 code when some creator is not existed in user table
- bugfix: return wrong arg in delete state api
r0.3.14
- ticket list api add creator's department info
- ticket detail api add creator's department info
r0.3.13
- bugfix: ticket transitions api return -1 code when has no permission
- ticket list api add is_end info
r0.3.12
- bugfix: create or handle ticket fail when there are some optional field in the ticket detail form and user set the field none value
- optimize: parameter type checking in new ticket api