Skip to content

Commit

Permalink
doc for v1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
blackholll committed Jul 25, 2020
1 parent e89cfd9 commit c1b2f8f
Show file tree
Hide file tree
Showing 4 changed files with 11 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.9
RUN git checkout r1.0.10
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.9 https://gitee.com/shihowcom/loonflow_ro loonflow
RUN git clone --branch r1.0.10 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.9'
VERSION = 'v1.0.10'

# 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
8 changes: 8 additions & 0 deletions sphinx_docs/source/others/release_note.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
发布说明
==============


---------
r1.0.10
---------
- 修复: 当参与人类型为部门,且参与人设置了多个部门id(逗号隔开)时,无法正确流转到对应的人
- 修复: 管理后台中配置流转时,"点击弹窗提示 "属性无法成功保存问题


---------
r1.0.9
---------
Expand Down

0 comments on commit c1b2f8f

Please sign in to comment.