Ejaaz Khan
1af85a390a
Merge pull request #34133 from UmakanthKaspa/feat/report-view-bulk-column-select
...
feat: report view bulk column select
2025-10-14 10:14:52 +05:30
UmakanthKaspa
5cb794bce5
fix: add spacing between barcode input and preview
2025-10-13 17:53:36 +00:00
UmakanthKaspa
15c6761f48
feat: copy max_length when getting webform fields
2025-10-13 12:29:48 +00:00
UmakanthKaspa
5986c9badc
feat: copy placeholder when getting webform fields
2025-10-13 12:22:50 +00:00
UmakanthKaspa
095b6301c3
feat: add placeholder field to web form field doctype
2025-10-13 11:26:19 +00:00
UmakanthKaspa
9e09444f5d
Merge branch 'frappe:develop' into fix-webform-get-fields-description
2025-10-13 16:50:16 +05:30
Diptanil Saha
395af8aa04
fix: clear doc_events_hooks cache during uninstallation of app ( #34321 )
...
* fix: clear doc_events_hooks cache during uninstallation of app
* refactor: somewhat cleaner None check
---------
Co-authored-by: Ankush Menat <ankush@frappe.io>
2025-10-13 10:30:35 +00:00
UmakanthKaspa
60699b915d
fix: webform get fields not fetching description
2025-10-13 10:29:44 +00:00
Ejaaz Khan
2edbc23d0e
fix(Website): descript not clearly visible
2025-10-13 15:23:51 +05:30
Ankush Menat
04f9d95718
fix: Clear value cache on savepoint restore too ( #34367 )
2025-10-13 09:48:30 +00:00
Ejaaz Khan
3c266f43bc
fix(ListView): header resizing issue on list settings change
2025-10-13 15:17:04 +05:30
Ejaaz Khan
cc1abedd36
Merge pull request #34332 from barredterra/link-title-as-address-title
...
fix: use link title as address title
2025-10-13 14:30:35 +05:30
Sagar Vora
ae21d544a5
fix: add fallback when getting children in as_dict
2025-10-13 11:48:03 +05:30
Ejaaz Khan
31c59f016a
Merge pull request #34343 from Sanket322/Sanket322-patch-1
...
fix: increase label field length to 255 chars
2025-10-13 11:09:19 +05:30
Ejaaz Khan
239c3ab572
Merge pull request #34357 from UmakanthKaspa/fix-webform-allow-incomplete
...
fix: web form allow incomplete feature not working
2025-10-13 10:39:27 +05:30
Ejaaz Khan
e664ea5b46
Merge pull request #34351 from UmakanthKaspa/fix-fetch-datetime-quick-entry
...
fix: enable fetching datetime fields in Quick Entry dialogs
2025-10-13 10:28:18 +05:30
MochaMind
bce7753566
fix: sync translations from crowdin ( #34356 )
...
* fix: Polish translations
* fix: Serbian (Latin) translations
2025-10-13 10:27:18 +05:30
MochaMind
bdc0bd57c0
chore: update POT file ( #34350 )
2025-10-13 10:27:06 +05:30
Ejaaz Khan
d69ed49478
Merge pull request #34353 from UmakanthKaspa/fix/kanban-column-width-expansion
...
fix: Kanban columns expand when card has long text
2025-10-13 10:26:50 +05:30
UmakanthKaspa
00c3cd69a4
fix: web form allow incomplete feature not working
2025-10-13 04:14:16 +00:00
Ejaaz Khan
491cfbd374
Merge pull request #34064 from UmakanthKaspa/fix-link-field-permission-validation
...
fix: prevent manual typing of restricted values in Link fields
2025-10-12 23:10:26 +05:30
Ejaaz Khan
e5b7c17c8f
Merge pull request #33439 from TheerayutEncoder/add-action-confirm-on-workflow
...
feat: Add action confirm on Workflow
2025-10-12 23:05:35 +05:30
MochaMind
bcfca6e9e0
fix: Polish translations ( #34348 )
2025-10-12 16:21:48 +02:00
UmakanthKaspa
227adedd27
fix: prevent kanban columns from expanding with long text
2025-10-12 12:32:08 +00:00
Ejaaz Khan
dfe2662eb5
Merge pull request #34349 from iamejaaz/fix-datepicker-position
...
fix(DatePicker): position picker above or below input based on available space
2025-10-12 16:03:04 +05:30
UmakanthKaspa
80ac879a4a
fix: enable fetching datetime fields in Quick Entry dialogs
2025-10-12 10:32:43 +00:00
Ejaaz Khan
bba62fea1c
fix(DatePicker): position picker above or below input based on available space
2025-10-12 13:47:45 +05:30
UmakanthKaspa
5fd295b8f2
fix: Remove backend permission check from link validation
2025-10-12 07:55:27 +00:00
theerayut
c1e42a6a50
fix: update code from develop branch
2025-10-12 13:26:53 +07:00
UmakanthKaspa
0b57eaec71
Merge branch 'frappe:develop' into feat/report-view-bulk-column-select
2025-10-12 10:49:08 +05:30
MochaMind
c312377c9e
fix: sync translations from crowdin ( #34341 )
...
* fix: Persian translations
* fix: Burmese translations
2025-10-11 22:53:10 +05:30
Ejaaz Khan
bc7e170e35
Merge pull request #34342 from iamejaaz/fix-grid-link-field-scroll
...
fix: link field scrolling issue in grid
2025-10-11 14:20:19 +05:30
Ejaaz Khan
b1578d81e2
fix: link field scrolling issue in grid
2025-10-11 13:54:46 +05:30
Ejaaz Khan
24d03a3bfe
Merge pull request #34235 from aerele/file-reselect-after-removal
...
fix: allow reselecting same file after removal
2025-10-10 15:34:19 +05:30
Aarol D'Souza
4ecb9bc57d
fix: clear cache and prevent data access after DocType deletion ( #34307 )
...
* fix: clear cache and prevent data access after DocType deletion
* fix: Handle potential DB failures during migrate
---------
Co-authored-by: Ankush Menat <ankush@frappe.io>
2025-10-10 08:00:51 +00:00
Ankush Menat
598ba6d63d
fix: Clear DB value cache after commit/rollback ( #34335 )
...
Respect repeatable read, but not beyond transaction, if transaction is committed during a request then cache should be invalidated.
This will likely slow down some code in a loop that did repeated queries + commit but we can't compromise correctness here.
2025-10-10 07:42:11 +00:00
Akhil Narang
d5648b2548
fix(system_settings): don't change 2fa settings for roles unless the value actually changed
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-10-10 11:57:30 +05:30
Sanket Shah
eacfe974c7
fix: increase label field length to 255 chars
...
Some custom field labels were getting truncated when exceeding 140 characters.
This caused issues during customization of complex forms where descriptive labels were required.
2025-10-10 11:19:24 +05:30
barredterra
2834952fcb
fix: use link title as address title
2025-10-09 20:14:12 +02:00
Nabin Hait
d3251ad3af
fix: Backups not showing on Download Backups page due to time conversion issue ( #34329 )
2025-10-09 18:27:35 +05:30
Akhil Narang
1e5aaac000
fix(oauth): drop keycloak check ( #34330 )
...
Not needed anymore
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-10-09 12:10:21 +00:00
Sagar Vora
7307d99227
chore: fix linter issue
2025-10-09 17:30:10 +05:30
Sagar Vora
f51506d19e
fix: restore NotImplemented methods
2025-10-09 17:25:52 +05:30
Chris Hemmings
fbf07ddf6e
fix: OAuth2 absolute authorize, access token and api urls ( #34266 )
...
* fix: OAuth2 absolute authorize, access token and api urls
* fix: add back keycloak check, just use the function instead
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
---------
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
Co-authored-by: Akhil Narang <me@akhilnarang.dev>
2025-10-09 16:47:38 +05:30
Dhinesh
123a7a0136
fix: check Submission Queue already exists for the record ( #34094 )
...
* fix: check Submission Queue already exists for the record
* chore: clean up msgprint statments
2025-10-09 15:32:57 +05:30
Akhil Narang
cf75128617
fix(schema): ensure int-int comparison ( #34320 )
...
Some fields somehow have string lengths apparently
Resolves #34318 and support ticket 50658
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-10-09 15:25:50 +05:30
MochaMind
686dbe1a34
fix: sync translations from crowdin ( #34303 )
...
* fix: Serbian (Cyrillic) translations
* fix: Persian translations
* fix: Serbian (Latin) translations
* fix: Burmese translations
* fix: Persian translations
2025-10-09 10:56:34 +05:30
Ejaaz Khan
e7832bfd4b
Merge pull request #32684 from iamejaaz/32489-role-perm-based-masking
...
feat: show mask data in form, list and report view
2025-10-09 10:55:50 +05:30
Akhil Narang
dc25feb612
Merge pull request #34314 from akhilnarang/update-languages
...
chore: enable burmese language
2025-10-08 18:18:33 +05:30
Akhil Narang
82d0f15731
Merge pull request #34306 from akhilnarang/fix-ldap
...
fix(ldap): escape filter characters
2025-10-08 18:18:02 +05:30