Skip to content

Commit

Permalink
doc for r1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
blackholll committed Aug 9, 2020
1 parent 0d858a2 commit 2dd57b9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ WORKDIR /opt
# RUN git clone https://github.com/blackholll/loonflow.git
RUN git clone https://gitee.com/shihowcom/loonflow_ro
WORKDIR /opt/loonflow_ro
RUN git checkout r1.0.10
RUN git checkout r1.0.11
WORKDIR /opt
RUN mv loonflow_ro loonflow
WORKDIR /opt/loonflow/requirements
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ RUN mkdir -p /var/log/loonflow & \
yum install -y git python3

WORKDIR /opt
RUN git clone --branch r1.0.10 https://gitee.com/shihowcom/loonflow_ro loonflow
RUN git clone --branch r1.0.11 https://gitee.com/shihowcom/loonflow_ro loonflow
WORKDIR loonflow
RUN python3 /opt/loonflow/docker_compose_deploy/loonflow_shutongflow/setup_loonflow.py
2 changes: 1 addition & 1 deletion settings/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import platform


VERSION = 'v1.0.10'
VERSION = 'v1.0.11'

# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
Expand Down
10 changes: 10 additions & 0 deletions sphinx_docs/source/others/release_note.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
==============


---------
r1.0.11
---------
- 修复: 当用户无处理权限时,获取用户可执行操作接口返回结果格式不合理
- 修复: 工单被撤回时,工单进行状态字段值未被更新,导致此状态无法被查询
- 修复: 工作流编辑时,标题模板及通知模板被修改后,前端未更新显示
- 修复: 角色用户无法被成功删除
- 修复: 工单操作记录中处理意见无法被成功保存


---------
r1.0.10
---------
Expand Down

0 comments on commit 2dd57b9

Please sign in to comment.