Suraj Shetty
88791c2264
test: Set correct parent doctype for document link
2022-02-21 14:25:34 +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
Gavin D'souza
17e970d947
fix: Add is_virtual to Custom Field
...
The diff for this commit is too large because the format was changed.
But essentially, only "Is Virtual" field was added. This commit was
meant to be a part of the preceeding one. It was kept separate only
because the diffs too large :')
2022-01-27 22:40:41 +05:30
Gavin D'souza
9e3e3f804a
feat: Virtual DocField
...
Add virtual docfield through which you can make callable properties for
the controller
2022-01-27 22:38:48 +05:30
Gavin D'souza
6c83d82d14
Merge branch 'develop' of github.com:frappe/frappe into dynamic-docfields
2022-01-27 18:50:57 +05:30
Rushabh Mehta
d8476de6b0
Merge pull request #15335 from shariquerik/wspace-new-design
...
feat: Workspace 2.0 new design 🎉
2022-01-26 15:33:55 +05:30
mergify[bot]
b81879e511
Merge pull request #15568 from resilient-tech/fix-customize-form-renaming
...
fix(Customize Form): delete translation for renaming only if label is empty
2022-01-26 05:57:34 +00:00
Shariq Ansari
da105f5ab4
Merge branch 'develop' into wspace-new-design
2022-01-24 10:50:59 +05:30
Pruthvi Patel
a5096a1a81
test: add comments and test cases for set_name_translation
2022-01-20 18:52:29 +05:30
Shariq Ansari
94869e8e69
fix: updated standard workspace json files
2022-01-13 18:40:36 +05:30
Gavin D'souza
36a0ecde77
refactor: check_fieldname_conflicts
...
- Don't raise if docfield is read only. This allows for dynamic data
fields whose values don't need to be stored in the database
- After 1599f422d320122391acacf91a2206ba42165517, it's possible to pass
dynamic properties' data to Desk/APIs
This makes it possible to show Person.age on Desk/Api if you have their
DOB saved in the table
2022-01-12 12:46:08 +05:30
Pruthvi Patel
000625038c
fix: delete property setter
2022-01-10 10:41:51 +05:30
Pruthvi Patel
97edb8f267
fix: delete translation only if label is empty
2022-01-10 10:40:58 +05:30
Saqib Ansari
e6a87332f8
chore: make label concise
2022-01-07 16:09:39 +05:30
Saqib Ansari
06b00e8e01
Merge branch 'develop' of https://github.com/frappe/frappe into link_title_refactor
2022-01-07 16:01:44 +05:30
Rushabh Mehta
1fcd6cb2a4
fix(ux): Add "Show Dashboard" in Customize Form"
2022-01-03 14:51:57 +05:30
saxenabhishek
ed9dad8f30
test: import single doctype
2021-12-23 22:13:51 +05:30
saxenabhishek
016bda51aa
test: import doctype fixtures
2021-12-23 21:29:12 +05:30
Saqib Ansari
ab9700d947
Merge branch 'develop' of https://github.com/frappe/frappe into link_title_refactor
2021-12-15 19:32:16 +05:30
Faris Ansari
ed3165e732
fix(ux): Prevent deletion of standard document states
2021-12-14 16:51:42 +05:30
Faris Ansari
5ebcac71c2
fix(ux): show doctype name in customize form
2021-12-14 16:33:24 +05:30
Faris Ansari
2635da19f4
fix: Add Document States in customize form
2021-12-14 14:20:46 +05:30
Ankush Menat
f33be7592f
refactor: common JS controller for DocType and customize form
2021-12-01 19:10:11 +05:30
mergify[bot]
55103a92e6
Merge pull request #14987 from Aradhya-Tripathi/at/queries
...
refactor: moving raw queries to frappe ORM
2021-11-26 16:20:04 +00:00
mergify[bot]
ea772c4059
Merge pull request #15072 from pateljannat/customizations-onboarding
...
feat: Customizations onboarding and form tour fixes
2021-11-26 14:08:36 +00:00
Jannat Patel
945084e195
fix: include name field and onboarding for print format, report
2021-11-24 19:18:27 +05:30
Jannat Patel
71a21f5d7d
feat: customizations onboarding
2021-11-23 15:21:46 +05:30
Aradhya-Tripathi
09e7af70ab
refactor: converted raw queries
2021-11-16 15:12:58 +05:30
Ankush Menat
a8b3effa82
chore: sider, linting issues
2021-11-09 18:40:51 +05:30
Ankush Menat
5438c4cb9f
feat: diff client/server scripts
2021-11-09 18:40:51 +05:30
Aradhya-Tripathi
7ba23ed39d
fix: fixed sider issues
2021-11-09 10:21:15 +05:30
Aradhya-Tripathi
34a5e447e6
refactor: converted queries in property setter
2021-11-08 17:12:00 +05:30
mergify[bot]
6299938165
Merge pull request #14266 from shariquerik/wspace-code-cleanup
...
fix: Workspace 2.0 code cleanup
2021-10-21 07:31:07 +00:00
barredterra
58de6515e7
test: test_create_custom_fields
2021-10-14 11:23:56 +02:00
barredterra
9ac748dc30
feat: allow tuple of doctypes as key
2021-10-11 19:45:06 +02:00
Shariq Ansari
6839f6b4db
Merge branch 'frappe:develop' into wspace-code-cleanup
2021-10-11 16:35:34 +05:30
Shariq Ansari
5d00602f06
fix: Removing unused code for worspace
2021-09-20 21:27:14 +05:30
Suraj Shetty
1cd20c04a7
Merge branch 'develop' of https://github.com/frappe/frappe into form-tab-break
2021-09-16 13:00:07 +05:30
Rushabh Mehta
20dea90670
feat(minor): Packages! also cleanup of DocField and other minor fixes
2021-09-05 22:01:55 +05:30
Suraj Shetty
ed806c2c74
Merge branch 'develop' of https://github.com/frappe/frappe into form-tab-break
2021-09-04 15:37:58 +05:30
Gavin D'souza
3446026555
chore: Update header: license.txt => LICENSE
...
The license.txt file has been replaced with LICENSE for quite a while
now. INAL but it didn't seem accurate to say "hey, checkout license.txt
although there's no such file". Apart from this, there were
inconsistencies in the headers altogether...this change brings
consistency.
2021-09-03 12:02:59 +05:30
Deepesh Garg
cd17ca274c
fix: Check column length from information schema
2021-08-31 10:44:11 +05:30
Deepesh Garg
cd9b07b3bb
test: Add test case for docfield length property update
2021-08-21 19:07:44 +05:30
Deepesh Garg
3fd60b70ee
fix: Length change for docfield not updated in Database
2021-08-18 11:42:44 +05:30
Suraj Shetty
4eb21aaeb2
Merge branch 'develop' into form-tab-break
2021-08-13 09:39:16 +05:30
shariquerik
5bed8031a2
fix: removed padding code from wspace json files & patch
2021-08-10 17:52:42 +05:30
Shariq Ansari
1ab70d2145
Merge branch 'frappe:develop' into wiki-based-desk
2021-08-10 12:20:08 +05:30