Loonflow Versions Save

基于django的工作流引擎,工单(a workflow engine base on django python)

r2.0.18

9 months ago

1.bug fix: docker compose deploy media related dir 2.bug fix: file type field's require rule check is not working in handle ticket page 3.bug fix: reject ticket with date and datetime field null trigger those filed can not edit 4.bug fix: user's role page can not change current page 5.bug fix: dept manage page can only select current page's dept as parent dept 6.optimize: move svg file from internet to local 7.optimize: add media dir for docker compose deploy 8.optimize: add user modal require label

r2.0.17

10 months ago
  1. bug fix: file type field with no value in ticket detail page can not be displayed
  2. bugfix: date type field with write or option attribute can not be display in ticket detail page

r2.0.16

11 months ago
  1. bug fix: no error message display when login fail
  2. bug fix: 'count' in create ticket limit expression is not working
  3. bug fix: ticket template support build-in field
  4. bug fix: can not get the latest ticket list after new ticket created in about 1 min in frontend page
  5. bug fix: wrong current page displayed after add a new record in workflow manage's frontend page
  6. bug fix: workflow list api return wrong workflow's admin
  7. bug fix: getting states and custom fileds used wrong args in frontend
  8. optimize: support config allow list for hook host
  9. optimize: refine docker compose deployment:user do not need build image

r2.0.15

1 year ago
  1. bug fix: the secend status use external participant miss ticket data when trigger hook request
  2. bug fix: docker compose can not start after upgrade python version to 3.10
  3. bug fix: status's participant type is external miss participant‘s count calculate
  4. bug fix: python version is wrong in readthedoc

r2.0.14

1 year ago
  1. optimize: add a English version readme
  2. optimize: upgrade python version to 3.10, use pymysql instead of mysqlclient
  3. optimize: ticket detail api not raise error if this ticket's current state has been deleted
  4. optimize: download icon file from CDN to local to avoid open manage site slow who can not visit internet
  5. optimize: update init.sql
  6. optimize: update screenshot in doc
  7. bug fix: create ticket raise error if use redis server without password
  8. bug fix: create's department info return wrong content in ticket detail api
  9. feature: add a new participant type, which can get ticket participant from other server during ticket transition

r2.0.13

1 year ago
  1. bug fix: no log in prod env
  2. bug fix: display all ticket when create ticket
  3. bug fix: alter state on multiple participant but different transition path,then can not continue handle

r2.0.12

2 years ago
  1. optimize: administrator's ticket list page support delete ticket
  2. optimize: ticket detail page support creator retreat and close ticket
  3. optimize: ticket detail page support display modal when click handle button
  4. optimize: ticket list api support query child ticket
  5. optimize: ticket list page support display child ticket
  6. bug fix: date type field have not fill can not be submit
  7. bug fix: force alter ticket's state have not trigger notice hook
  8. bug fix: alert modal switch can not open when edit workflow's transition

r2.0.11

2 years ago
  1. optimize: remove login require in backend homepage
  2. bug fix: can not submit or handle ticket when detail page include time or datetime field and readonly
  3. optimize: docker compose deploy use utf8mb4 characterset
  4. bug fix: workflow graph page crash if backend api return code -1
  5. bug fix: can not upload file in dev env
  6. optimize: remove build-in filed's description
  7. bug fix: can not submit transition if have expression but no destination state
  8. bug fix: can not view file in detail page in dev env
  9. optimize: download file in detail page save as original name
  10. optimize: detail page raise exception if no display form configed
  11. optimize: some comment in docker compose deploy script
  12. bug fix: can not select user's department if department list more than 10
  13. bug fix: view list and intervene ticket list return empty if configed

r2.0.10

2 years ago
  1. optimize: wget nodejs cert for docker compose
  2. optimize:fix Ant-design/charts version

r2.0.9

2 years ago
  1. feature: support node finish action in ticket detail page
  2. optimize: security for eval
  3. optimize: ticket list api does not raise exception if some ticket's current state has been deleted
  4. bug fix: hook action return 'unknown' in flow log api