-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Be v3.5 #680
Merged
Merged
Be v3.5 #680
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -616,7 +635,7 @@ | |||
<i className={`icon zmdi zmdi-${e.relatedRecord.icon}`} /> | |||
{` ${e.relatedRecord.entityLabel} : `} | |||
</span> | |||
<a href={`${rb.baseUrl}/app/redirect?id=${e.relatedRecord.id}`} title={$L('查看记录')}> | |||
<a href={`${rb.baseUrl}/app/redirect?id=${e.relatedRecord.id}&type=newtab`} target="_blank" title={$L('查看记录')}> |
Check warning
Code scanning / CodeQL
Potentially unsafe external link
External links without noopener/noreferrer are a potential security risk.
@@ -689,7 +689,9 @@ | |||
</span> | |||
</td> | |||
<td className="cell-detail"> | |||
<a href={`${rb.baseUrl}/app/redirect?id=${item[3]}`}>{item[4]}</a> | |||
<a href={`${rb.baseUrl}/app/redirect?id=${item[3]}&type=newtab`} target="_blank"> |
Check warning
Code scanning / CodeQL
Potentially unsafe external link
External links without noopener/noreferrer are a potential security risk.
getrebuild
added a commit
that referenced
this pull request
Nov 23, 2023
* feat: Batch approve 1 (#654) * InternalPermission * feat: batch-approve * Share assign n 90 (#657) * fix css * be: styles * feat: 导入仅更新不要新建 * feat: meetByFormula * feat: img for ContentWithFieldVars * feat: 表单引用 mob * feat: UTYPE_ACCOUNT20 * Feat datalist btn 80 (#658) * feat: regRowAction * be: protable width * feat: pdfjs * be: pdf preview * feat: proxy-download * be: message with files * Quick query and more (#661) * enh: show isDisabled in trigger * Gitee#I818F8 * enh: 记录转换3级字段 * enh: advfilter deep3 in `admin` * enh: buildFieldsWithRefs * be: $pages * be: countdown for 批量修改 * fix: trigger timer * Gitee#I7VHJX * be: FIELDAGGREGATION=GROUPAGGREGATION; RBJOIN FILE * Members in dept view (#663) * feat: RBJOIN2 * enh: LiteFormModal * feat: Member show on view * Diagramming for trigger RB-93 (#664) * be:evalTriggerTimes * be: RbFormRefform * be: ObservableService order * entities er * be: user delete checks * be: row selected * be: .dataTables_oper.invisible * be: BatchOperator default selected * feat: mermaid * be: comp {@now} * be: passwd 10 --------- Co-authored-by: devezhao <[email protected]> * Api logs view (#667) * be: show nums&dims * feat: api-logs * Update QueryFactory.java * Bump js libs * be:RRL --------- Co-authored-by: devezhao <[email protected]> * tmpl better (#668) * be: isSame * socketTimeout=0 * feat: front * WordReportGenerator * style: print * be: common-save * be: 本地加载PDF * fops * inTriggerTime2 * report 100w * word tmpl * word table * style * Update @rbv * AppHome._InTab * IsNullFunction * modal onDoubleClick * Datasync 94 (#671) * feat: buildFormData:retAll, onProTableLineUpdated * feat:getLineFrom * api:KnownExceptionConverter * be:复制打印设置 * be:doc2html * be:form hook 传参 * ToHtml * be: html all sheets, colspan * trigger KnownExceptionConverter * getCurrentForm * fix: clearFields * AUTOTRANSFORM following * fix: trigger on share use ID and getFixedRecordId * 1.RevisionHistory AutoId; * uc bind * Update OpenApiSDK.java * styles --------- Co-authored-by: devezhao <[email protected]> * Mode2 fields 19 (#673) * readExcelRows * feat: match-fields * fix: ntext riching fields * devMode return null * fix: keep request-data raw * mvnw * guide new * nav-style35 * feat: sort n * be: backup * ignoreTables * fix: tag default value * DatabaseFixer * fixV346 * feat: _PageMourningMode * be: zoom * DATEPICKAT * $select2MatcherAll, --------- Co-authored-by: devezhao <[email protected]> * File n select (#676) * feat: details ahowAt2 * enh: file preview on form * be: readonlyw 自动值 * Be files (#677) * fix: upload error 413 * be: files styles * _Notification * be: 驳回默认上一级 * error-container * enh: 审批成功后通知提交人 * word img * be: fields * be: file preview * feat: view-add n2nref * Update nginx-rebuild.conf * api error format * be: styles * file-share forever * checkNullable35 * Lazy wait details finished (#678) * lazy HookUrl * fix: $same * enh: 记录转换 AnyRef * Be v3.5 (#680) * frontjs * be: 公式日期值 * IMP: 明细使用自有 Service * 公开注册 * be: this._defaultBackPath * style: dataTables_oper.invisible2 * varRecord * fix: 明细未配置或出错 * feat: autoLocation * Fix 3.5.0 (#681) * __LAB_CHARTANIMATION * feat: RBJOIN3 * fix: miss logs * 3.5.0-beta1 * better * fix: TextFunction * fix: api --------- Co-authored-by: devezhao <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.