Commit graph

713 commits

Author SHA1 Message Date
Suraj Shetty
ccc82e2c4c
Merge pull request #15538 from noahjacob/phone_field_control
feat: Phone Control Type
2022-04-28 10:27:52 +05:30
Suraj Shetty
9422a4fc88 fix: Add naming_rule to retain changes from Customize Form 2022-04-27 10:25:47 +05:30
Suraj Shetty
8f94cb655f
Merge branch 'develop' into phone_field_control 2022-04-19 16:28:18 +05:30
phot0n
1aa267a519 chore: move the field to permission section
* chore: fix type in description of ignore_xss_filter in docfield doctype
2022-04-19 12:41:33 +05:30
phot0n
bb58ee5ee6 feat(minor): add ignore_xss_filter to customize form field 2022-04-19 12:37:09 +05:30
Suraj Shetty
8cd372d90b refactor: Commonify autoname validation
- Validate autoname for Customize Form
2022-04-18 11:08:07 +05:30
mergify[bot]
6890f83324
Merge pull request #16591 from netchampfaris/allow-multiple-client-scripts
feat: allow multiple client scripts
2022-04-14 12:48:18 +00:00
Suraj Shetty
6b7fda495b Merge branch 'develop' of https://github.com/frappe/frappe into phone_field_control 2022-04-14 14:19:35 +05:30
Gavin D'souza
bfc1b36f18 Merge branch 'reload-doc_force' into modules-refactor 2022-04-14 13:32:20 +05:30
Gavin D'souza
67478e25c3 fix: Drop dead suspicious looking API 2022-04-14 13:29:44 +05:30
Gavin D'souza
6538419e5d fix: Add return values to enable better testing ;) 2022-04-14 13:29:20 +05:30
Gavin D'souza
5564f1e007 fix: Allow adding JSON fields via Customize Form 2022-04-14 09:52:26 +05:30
Faris Ansari
32e4f932bb test: ui test for client scripts 2022-04-14 00:17:26 +05:30
Noah Jacob
c2f2fc10e7 Merge branch develop into phone_field_control 2022-04-12 20:40:29 +05:30
Faris Ansari
5fb2bfab4b feat: allow multiple client scripts 2022-04-12 13:22:32 +05:30
Suraj Shetty
c0c5b2ebdd
style: format all python files using black (#16453)
Co-authored-by: Frappe Bot <developers@frappe.io>
2022-04-12 10:59:25 +05:30
Noah Jacob
bf92b363e2
Merge branch 'develop' into phone_field_control 2022-04-07 15:04:47 +05:30
Shariq Ansari
0013f363e5
Merge branch 'develop' into customize-form-highlighted-rows-fix 2022-04-01 14:33:01 +05:30
Shariq Ansari
874b6d3ab9 fix: made is_system_generated hidden in customize form field doctype 2022-03-31 12:06:10 +05:30
Shariq Ansari
45e2361dcc fix(linter): Trim Trailing Whitespace 2022-03-31 11:58:50 +05:30
Shariq Ansari
1fdfbeb083 fix: added is_system_generated field in customize form field doctype 2022-03-31 11:56:35 +05:30
Sagar Vora
d1ee3005c2 perf: improve Custom Field insertion time 2022-03-30 06:57:48 +05:30
Shariq Ansari
36a69f9e0d fix: Remove row highlight code from setup_sortable method 2022-03-24 11:56:29 +05:30
Shariq Ansari
eadf6acab9
Merge branch 'develop' into customize-form-highlighted-rows-fix 2022-03-23 17:36:59 +05:30
mergify[bot]
87e640c660
Merge pull request #16147 from shadrak98/customize-form-chore
fix: remove custom-fields too on reset-to-default
2022-03-23 08:46:22 +00:00
Shariq Ansari
d83bdfe119 fix: Custom field highlight goes away when change grid page 2022-03-23 14:13:55 +05:30
Suraj Shetty
452b0d6789
Merge branch 'develop' into phone_field_control 2022-03-23 12:47:20 +05:30
shadrak gurupnor
01978ffe73 fix: remove customizations which is not system_generated 2022-03-23 12:16:17 +05:30
Suraj Shetty
cd8bd4ccf0
Merge pull request #16278 from surajshetty3416/is-system-generated-customization 2022-03-23 10:52:21 +05:30
Noah Jacob
579d0643c4 Merge branch 'develop' into phone_field_control 2022-03-22 15:05:45 +05:30
Suraj Shetty
fedcf48ada fix: Customize form issue where it remains "Not Saved" even after update
fixes: https://github.com/frappe/frappe/issues/16068
2022-03-18 12:20:51 +05:30
Suraj Shetty
c51a581e2c feat: Set is_system_generated as false if customization is created via Customize Form 2022-03-01 09:20:47 +05:30
Suraj Shetty
54fe7d7ea0 feat: Add a flag to identify system generated customization 2022-03-01 08:56:51 +05:30
Ankush Menat
b38c106f8c
Merge pull request #16157 from ankush/select_cust
fix!: block customizing select field type options
2022-02-28 15:57:37 +05:30
Ankush Menat
014cd0cbaa fix!: block customizing select field type options 2022-02-28 14:30:43 +05:30
shadrak gurupnor
d76eca36fe fix: remove custom fields as well on reset to default 2022-02-28 13:52:15 +05:30
shadrak gurupnor
91b220c37c fix: added proper messages 2022-02-26 12:18:08 +05:30
Saqib Ansari
429e142021 chore: add missing modified timestamp 2022-02-25 16:01:47 +05:30
Saqib Ansari
7ce128de6c Merge branch 'develop' of https://github.com/frappe/frappe into autocomplete-control 2022-02-25 15:49:13 +05:30
Saqib Ansari
f98be2e19f
chore: undo unintentional creation timestamp change
Co-authored-by: gavin <gavin18d@gmail.com>
2022-02-25 15:05:31 +05:30
HENRY Florian
8b2591e266
feat(minor): No Copy attribute for custom fields (#15915)
Fix  #13252

![image](https://user-images.githubusercontent.com/1050053/153055276-28714781-b142-41e8-9218-d7b8f0f60b22.png)
2022-02-24 12:26:50 +00:00
Suraj Shetty
67f15faf3d
Merge branch 'develop' into fix-14579 2022-02-23 14:24:52 +05:30
Suraj Shetty
88791c2264 test: Set correct parent doctype for document link 2022-02-21 14:25:34 +05:30
Sagar Vora
0b37f2a324 fix: Saving Client Script produces Error in Console 2022-02-18 11:30:05 +05:30
Saqib Ansari
6b671af1ec Merge branch 'develop' into autocomplete-control 2022-02-14 12:29:23 +05:30
Suraj Shetty
abec0d8664
Merge branch 'develop' into link_title_refactor 2022-02-14 11:03:55 +05:30
Gavin D'souza
a0436250a6 fix: Don't validate fieldtype changes for Virtual DocFields 2022-02-01 18:07:58 +05:30
Gavin D'souza
111abfc1f4 refactor!: Remove dead methods from PropertySetter controller 2022-02-01 17:46:29 +05:30
Saqib Ansari
b42cc400b9 Merge branch 'develop' of https://github.com/frappe/frappe into link_title_refactor 2022-02-01 15:08:57 +05:30
Saqib Ansari
51dcf8fd47 feat: add autocomplete option in custom fields 2022-01-29 19:16:03 +05:30