このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
anoopmb
/
frappe
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
Merge pull request
#2852
from mbauskar/develop
Filtered transaction doctype from link_doctype field in dynamic link and other minor fixes
version-14
Nabin Hait
8年前
committed by
GitHub
親
3a8680fe48
5148c2cd2e
コミット
cc426dcbc5
3個のファイルの変更
、
5行の追加
、
5行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+2
-2
frappe/email/doctype/contact/contact.js
+2
-2
frappe/geo/doctype/address/address.js
+1
-1
frappe/public/js/frappe/form/footer/timeline_item.html
+ 2
- 2
frappe/email/doctype/contact/contact.js
ファイルの表示
@@ -33,8 +33,8 @@ frappe.ui.form.on("Contact", {
return {
query: "frappe.geo.address_and_contact.filter_dynamic_link_doctypes",
filters: {
fieldtype: "L
ink
",
options: frm.doc.doctype
,
fieldtype: "
HTM
L",
fieldname: "contact_html"
,
}
}
});
+ 2
- 2
frappe/geo/doctype/address/address.js
ファイルの表示
@@ -17,8 +17,8 @@ frappe.ui.form.on("Address", {
return {
query: "frappe.geo.address_and_contact.filter_dynamic_link_doctypes",
filters: {
fieldtype: "L
ink
",
options: frm.doc.doctype
,
fieldtype: "
HTM
L",
fieldname: "address_html"
,
}
}
});
+ 1
- 1
frappe/public/js/frappe/form/footer/timeline_item.html
ファイルの表示
@@ -83,7 +83,7 @@
<i class="octicon octicon-heart like-action
{% if (!data.liked_by_user) { %}
text-extra-muted not-liked
{% } %} "
{% } %}
fa-fw
"
data-doctype="{%= data.doctype %}"
data-name="{%= data.name %}"></i>
<span class="likes-count text-muted">
書き込み
プレビュー
読み込み中…
キャンセル
保存