Ankush Menat
66b825c134
chore: deprecate runserverobj
2023-11-01 21:42:05 +05:30
Ankush Menat
b070f610c2
Merge pull request #23051 from frappe/allow-params
...
fix: allow params in make_request util function
2023-11-01 20:08:05 +05:30
Shariq Ansari
45236a98d7
Merge pull request #22968 from shariquerik/form-builder-ui-refactor
2023-11-01 19:14:56 +05:30
Shariq Ansari
aa0e72deca
fix: was not able to remove unselected tab
2023-11-01 18:40:19 +05:30
Shariq Ansari
a32f34a5d7
test: fixed failing form builder UI test
2023-11-01 18:09:13 +05:30
Ankush Menat
a477109d4b
Merge pull request #23049 from ankush/api_login_auth
...
fix!: Don't silently fail API auth
2023-11-01 18:07:25 +05:30
Ankush Menat
c4815ff987
fix!: Don't silently fail API auth
2023-11-01 17:51:23 +05:30
Ankush Menat
1b58c6274a
Merge pull request #23050 from ankush/dnt
...
fix: Respect "Do Not Track" settings
2023-11-01 17:47:41 +05:30
Hussain Nagaria
a46308709b
fix: add params in make_request arguments
2023-11-01 17:30:58 +05:30
Shariq Ansari
0bfe196d0c
chore: keep fields table in settings tab at last
...
if you need to add multiple fields by copy paste from excel
2023-11-01 16:49:08 +05:30
Ankush Menat
86e4a3a6e1
fix: Respect "Do Not Track" settings
...
Don't offer telemetry as option if DNT is set in browser.
https://developer.mozilla.org/en-US/docs/Web/API/Navigator/doNotTrack
2023-11-01 15:07:27 +05:30
Shariq Ansari
0cf6eacc1c
fix: added delay in draggable for touch devices scrolling will not be affected
2023-11-01 14:20:26 +05:30
Suraj Shetty
b56cbdfff8
perf: Enqueue "removing of index" on web page deletion ( #23044 )
2023-11-01 09:40:51 +05:30
Shariq Ansari
2522d6bfab
fix: added is_tree & virtual doctype checkbox in new doctype dialog
2023-11-01 00:33:04 +05:30
Shariq Ansari
211740315b
fix: do not delete tab/section/colum/field if pressing delete to edit properties or label
2023-11-01 00:13:34 +05:30
Ankush Menat
2375f2ee05
Merge pull request #23031 from ankush/perm_search
...
fix: enforce perms on global search
2023-10-31 21:57:38 +05:30
Ankush Menat
db01c05eb8
fix: enforce perms on global search
2023-10-31 21:37:30 +05:30
Shariq Ansari
afdfc5cddd
fix: delete/backspace to delete tab/section/column if selected
2023-10-31 21:16:06 +05:30
Shariq Ansari
4955a90f55
fix: click on + button to add field and press enter tab will be deleted
2023-10-31 21:05:33 +05:30
Shariq Ansari
ca2152d56c
feat: ctrl+shift+n to add new field & delete/backspace to delete the field when it in on focus
2023-10-31 20:51:41 +05:30
Shariq Ansari
d95b3b6fb0
feat: created autocomplete component to control options with up/down key
2023-10-31 20:28:31 +05:30
mergify[bot]
f2c3978009
Merge pull request #23021 from akhilnarang/drop-ifnull-helparticle
...
refactor(help_article): drop usage of ifnull
2023-10-31 10:35:40 +00:00
Ankush Menat
f41451708a
Merge pull request #23019 from ankush/amended_from_likns
...
perf: Improve link checks during cancellation
2023-10-31 15:55:40 +05:30
Akhil Narang
796b11d665
chore(help_article): drop usage of ifnull
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2023-10-31 15:36:01 +05:30
Ankush Menat
cc9e92572b
perf: dont query ignored link doctypes
...
Currently the code first queries and then ignores, just don't query linked doctypes if they are ignored via validation.
2023-10-31 15:14:24 +05:30
Ankush Menat
6062eec0d6
fix(recorder): Always enable sortable
2023-10-31 15:03:11 +05:30
Ankush Menat
55da69ad50
perf: Make amended_from indexed by default
...
This is checked before every cancellation, so it makes sense to index it.
Not touching any existing records *for now*.
2023-10-31 15:03:11 +05:30
Ankush Menat
6926669577
perf: Ignore amended_from link fields in link field checks
...
Small perf benefit at not much cost. `amended_from` are *always*
refererring to cancelled documents so there's no need to check these
fields.
2023-10-31 15:03:08 +05:30
Maharshi Patel
8d7eac3cb0
fix(minor): mobile menu & sidebar attachment text ( #23013 )
...
- Added Mobile Menu to be left Aligned until SM Breakpoint.
- Attachment Text in Sidebar is now smaller to match the rest of the text
- fixed close icon aligned in form tags that broken by .btn padding
2023-10-31 14:08:00 +05:30
Shariq Ansari
456cdae3b0
chore: show add tab button always
2023-10-31 13:07:30 +05:30
Shariq Ansari
747cd8ced4
chore: added bg color to form-container
2023-10-31 12:39:51 +05:30
Shariq Ansari
58bf248bb8
chore: do not focus on label if form builder is loaded
2023-10-31 12:36:11 +05:30
Shariq Ansari
c45306e923
chore: spacing
2023-10-31 12:33:22 +05:30
Shariq Ansari
3df24c7060
fix: move autocomplete popup on bottom-start
2023-10-31 12:15:35 +05:30
Shariq Ansari
b345ad5fe0
fix: focus on fields label after adding it
2023-10-31 12:05:30 +05:30
Shariq Ansari
748ffbe4e4
chore: merge Details & Settings tab into Settings tab
2023-10-31 11:55:03 +05:30
Shariq Ansari
0e397d6f6a
fix: minor fixes
2023-10-31 11:50:56 +05:30
Shariq Ansari
55a57164a2
fix: delete passed tab not current tab
2023-10-31 02:25:35 +05:30
Shariq Ansari
c31161a564
chore: Only show add section button if there is no tabs
2023-10-31 02:15:19 +05:30
Shariq Ansari
787515bf89
chore: add a boilerplate section on creating new doctype
2023-10-31 02:14:54 +05:30
Shariq Ansari
441e115493
chore: hide fields table in customize form
2023-10-31 02:05:55 +05:30
Shariq Ansari
8956bbd3ec
chore: hide tab actions in preview mode
2023-10-31 02:03:11 +05:30
Shariq Ansari
6a626318be
fix: teleport dropdown outside to handle clipping
2023-10-31 01:39:47 +05:30
Shariq Ansari
5f8887d794
fix: add new field btn in empty column
...
also created AddFieldButton component
2023-10-31 00:35:00 +05:30
Shariq Ansari
bdbb11fbb9
fix: add new field using + button on field
2023-10-30 21:48:12 +05:30
Shariq Ansari
a28c8e9745
chore: cleanup
2023-10-30 21:47:39 +05:30
gavin
00e222f303
fix(cli): Use mysql CLI as fallback is mariadb isnt found ( #23009 )
...
[skip_ci]
2023-10-30 16:16:22 +00:00
Akhil Narang
6418320d61
fix: directly assign return value ( #23007 )
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2023-10-30 21:37:42 +05:30
gavin
9b112b3e03
fix(cli): Use mysql CLI as fallback is mariadb isnt found ( #23006 )
2023-10-30 15:39:36 +00:00
gavin
bedef22f34
fix(cli): Use mysql CLI as fallback is mariadb isnt found ( #23004 )
2023-10-30 19:48:04 +05:30