Skip to content

Commit

Permalink
refactor: 更新版本日志内容 --story=119593627 (#1399)
Browse files Browse the repository at this point in the history
refactor: 更新版本日志内容  --story=119593627
  • Loading branch information
benero authored Sep 12, 2024
1 parent efe6974 commit a04b4a3
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 8 deletions.
9 changes: 7 additions & 2 deletions docs/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Changelog
## [Version: 2.7.0] - 2024-08-29
【优化】esb鉴权信息迁移到header,支持版本 open-paas/esb >= 2.12.20
【优化】esb鉴权信息迁移到header,支持版本 open-paas/esb >= 2.12.20
【优化】导航栏中“我的经办”改为“我的已办”
【修复】导航栏样式按照设计规范统一处理
【修复】公共API文件导出实现方式修改
【修复】修复单据列表在非首页搜索报错的问题
【修复】任务模板编辑点击上一步返回路径优化

## [Version: 2.6.30] - 2024-08-15
【修复】项目初始化时登录后重定向url异常修复
【修复】项目初始化时登录后重定向url异常修复

## [Version: 2.6.29] - 2024-08-14
【修复】修复权限申请内容国际化问题
Expand Down
6 changes: 5 additions & 1 deletion docs/RELEASE_EN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
## [Version: 2.7.0] - 2024-08-29
【Improved】Migrated the authentication information to header when calling esb, support open-paas/esb >= 2.12.20
【Improved】Migrated the authentication information to header when calling esb, support open-paas/esb >= 2.12.20
【Fixed】The navigation bar style has been standardized according to the design specifications.
【Fixed】Modified the implementation method for exporting common API files.
【Fixed】Fixed the issue where searching on the document list in non-home pages resulted in an error.
【Fixed】Optimized the return path when clicking ‘Previous’ during task template editing.

## [Version: 2.6.30] - 2024-08-15
【Fixed】Fixed the URL Redirection Issue after Login during Project Initialization
Expand Down
2 changes: 1 addition & 1 deletion frontend/pc/src/constants/routerList.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const ROUTE_LIST = [
path: '/workbench/ticket/attention',
},
{
name: i18n.t('m[\'我的经办\']'),
name: i18n.t('m[\'我的已办\']'),
id: 'myHistoryTicket',
icon: 'bk-itsm-icon icon-ticket_star',
path: '/workbench/ticket/history',
Expand Down
4 changes: 2 additions & 2 deletions frontend/pc/src/i18n/lang/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -1753,7 +1753,7 @@ export const m = {
取消: 'Cancel',
当前版本: 'Current',
产品文档: 'Documentation',
版本日志: 'Release Note',
版本日志: 'Release Notes',
问题反馈: 'Feedback',
'【': '[',
'】版本更新明细': '] Details Of Version Updates',
Expand Down Expand Up @@ -2279,7 +2279,7 @@ export const m = {
我的待办: 'My Todos',
待我审批: 'My Approvals',
我发起的: 'My Requests',
我的经办: 'My Histories',
我的已办: 'My Histories',
我关注的: 'My Follows',
所有单据: 'All Tickets',
单据: 'Tickets',
Expand Down
2 changes: 1 addition & 1 deletion frontend/pc/src/i18n/lang/zh.js
Original file line number Diff line number Diff line change
Expand Up @@ -2346,7 +2346,7 @@ export const m = {
我的待办: '我的待办',
待我审批: '待我审批',
我发起的: '我发起的',
我的经办: '我的经办',
我的已办: '我的已办',
我关注的: '我关注的',
所有单据: '所有单据',
单据: '单据',
Expand Down
2 changes: 1 addition & 1 deletion frontend/pc/src/views/workbench/MyHistoryTicket.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<template>
<div class="my-created-ticket-page">
<nav-title :title-name="$t(`m['我的经办']`)"></nav-title>
<nav-title :title-name="$t(`m['我的已办']`)"></nav-title>
<history-list from="myHistoryTicket"></history-list>
</div>
</template>
Expand Down

0 comments on commit a04b4a3

Please sign in to comment.