Skip to content

Commit f8285cc

Browse files
committed
v2-Beta13 release
1 parent 5ab7198 commit f8285cc

File tree

6 files changed

+4
-51
lines changed

6 files changed

+4
-51
lines changed

frappe_better_attach_control/api/attachment.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66

77
import frappe
88

9-
from .common import parse_json_if_valid, send_console_log
9+
from .common import (
10+
parse_json_if_valid,
11+
send_console_log
12+
)
1013

1114

1215
_FILE_DOCTYPE_ = "File"

frappe_better_attach_control/api/field.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ def get_options(doctype, name):
3535
"parent": doctype,
3636
"parenttype": "DocType",
3737
"parentfield": "fields",
38-
"parentfield": "fields",
3938
"fieldtype": ["in", ["Attach", "Attach Image"]]
4039
},
4140
"options"

frappe_better_attach_control/hooks.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,4 @@
4848
])
4949

5050

51-
after_install = "frappe_better_attach_control.setup.install.after_install"
52-
after_migrate = "frappe_better_attach_control.setup.install.after_install"
53-
after_uninstall = "frappe_better_attach_control.setup.uninstall.after_uninstall"
54-
55-
5651
update_website_context = "frappe_better_attach_control.api.website.website_context"

frappe_better_attach_control/setup/__init__.py

Lines changed: 0 additions & 4 deletions
This file was deleted.

frappe_better_attach_control/setup/install.py

Lines changed: 0 additions & 20 deletions
This file was deleted.

frappe_better_attach_control/setup/uninstall.py

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)