Raffael Meyer
a378c8bee2
chore: regenerate pot file ( #24600 )
2024-01-30 08:19:32 +05:30
Ankush Menat
2f28a5e224
Merge pull request #23904 from cogk/fix-fieldlevel-access-to-shared-document-list
...
fix(meta)!: Allow level 0 fields if a doc has been shared with user
2024-01-29 20:17:29 +05:30
Ankush Menat
d2d1b14cc6
fix: Always allow meta/standard fields in perm level
...
Perm levels CANNOT applied on these fields so these should ALWAYS be allowed.
2024-01-29 20:00:41 +05:30
Ankush Menat
3bea50d519
fix: Return empty result if no perm level access ( #24591 )
2024-01-29 19:48:19 +05:30
Ankush Menat
797cd696a7
Merge branch 'develop' into fix-fieldlevel-access-to-shared-document-list
2024-01-29 19:39:56 +05:30
Shariq Ansari
1cce6588ee
fix: sentry minor fix ( #24588 )
2024-01-29 18:08:11 +05:30
mergify[bot]
c9f8daf82d
Merge pull request #24511 from akhilnarang/module-map-only-site-apps
...
fix(module_map): only include apps installed on the site - not everything on the bench
2024-01-29 12:18:59 +00:00
Akhil Narang
db72dd37aa
refactor: fallback to all apps on bench when site isn't ready yet
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-01-29 17:31:52 +05:30
Shariq Ansari
08d5880683
Merge pull request #24584 from shariquerik/revert-quick-list-indicator
...
revert: added back quick list status indicator
2024-01-29 17:31:25 +05:30
Akhil Narang
f967aa9508
feat: print a warning if module names conflict
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-01-29 17:25:37 +05:30
Akhil Narang
f48ec5b690
refactor(module_map): fetch only installed apps if a site is initialized
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-01-29 17:25:37 +05:30
Shariq Ansari
0973e20c19
revert: added back quick list status indicator
2024-01-29 17:09:00 +05:30
Ankush Menat
4dce9d0d37
ci: skip UI test for PO files ( #24581 )
2024-01-29 11:17:04 +00:00
Ankush Menat
89e89f72d5
chore: New translations main.pot (German) ( #24557 )
2024-01-29 11:16:25 +00:00
Dany Robert
eeac2bb6f0
fix(mobile): scroll issue after workspace change ( #24555 )
2024-01-29 16:27:15 +05:30
Akhil Narang
9b2e0446c5
Merge pull request #24575 from akhilnarang/sort-grid_row-options
...
fix(grid_row): sort options based on selected data first, so as to maintain order
2024-01-29 13:47:04 +05:30
Akhil Narang
b2002e6aed
fix(grid_row): sort options based on selected data first, so as to maintain order
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-01-29 13:31:09 +05:30
Ankush Menat
555bed36a2
fix: ignore dead columns in user_settings ( #24572 )
2024-01-29 13:14:34 +05:30
Ankush Menat
70a6a8334f
fix: set same cookie expiry as client side ( #24560 )
2024-01-29 05:52:40 +00:00
mergify[bot]
4b87bf6ec4
Merge pull request #24549 from cogk/url_encode
...
fix(search): Fix URL encoding for search result
2024-01-28 05:35:00 +00:00
Raffael Meyer
0006f23898
Merge pull request #24552 from barredterra/translatability-assignment-days
2024-01-26 19:20:22 +01:00
barredterra
9fa409eae4
fix: translatability
2024-01-26 19:02:44 +01:00
mergify[bot]
783cb78731
Merge pull request #24548 from cogk/fix-24547-dont-translate-the-result-of-num2words
...
fix(money_in_words)!: Don't translate the result of num2words
2024-01-26 15:13:26 +00:00
Corentin Flr
7651b51af7
fix(search): Fix URL encoding for search result
2024-01-26 16:07:51 +01:00
Corentin Flr
dde34f9402
fix(money_in_words)!: Don't translate the result of num2words
...
It's unlikely that a translation for the results of num2words exists, because it should return a string that is already translated in the target language. If there are some numbers that have a specific translation, then it should already be handled in the num2words library. A domain-specific library is surely better at this hypothetical task than Frappe's generic translation system.
In French, 100 is called Cent. But in English, Cent is 1/100th of a dollar, which is called Centime in French.
Expected: num2words(200).title() == "Cent"
Actual: _(num2words(200).title()) == _("Cent") == "Centime"
2024-01-26 15:49:18 +01:00
Ankush Menat
63e2e2db56
feat: Configurable search link limit ( #24539 )
2024-01-26 06:31:11 +00:00
Raffael Meyer
aa7e111186
fix: consider only source_doc's no_copy ( #24501 )
2024-01-25 15:05:41 +05:30
priyanshshah2442
165835fdfb
fix: Duplicate columns while configuring columns in New Print Format Builder ( #24520 )
2024-01-25 14:14:19 +05:30
Akhil Narang
e4dd402e29
Merge pull request #24525 from cogk/fix-stale-reference-to-iframe-document-in-print-preview
...
fix(print-preview): Fix stale reference to iframe's document
2024-01-25 12:08:11 +05:30
Akhil Narang
746d73ea17
Merge pull request #24516 from akhilnarang/fix-no-permission-select-user
...
fix: allow site creation to work on FC again
2024-01-25 11:18:04 +05:30
Ankush Menat
f62397c4d2
fix: skip non-html object types ( #24524 )
...
If parent element is not found or function doesn't exist then skip it.
2024-01-25 10:07:31 +05:30
Ankush Menat
d07717a983
Merge pull request #24351 from RitvikSardana/develop-ritvik-form-builder-dx
...
fix(DX): one click to edit doctype or create a new doctype
2024-01-25 00:14:39 +05:30
Shariq Ansari
4fecf0c07b
fix: create custom doctype from customize form
2024-01-24 23:56:16 +05:30
Shariq Ansari
14f1850532
fix: changed external icon & minor changes
2024-01-24 23:56:16 +05:30
RitvikSardana
cdfd1edf9d
fix: improve new doctype dialog api
2024-01-24 23:56:08 +05:30
RitvikSardana
35a8a64879
fix: prefill doctype dialog with 'Is Child Table'
2024-01-24 23:56:07 +05:30
RitvikSardana
34ff893f14
fix(dx): one click to edit doctype or create a new doctype
2024-01-24 23:56:07 +05:30
Corentin Flr
b474e17f89
fix(print-preview): Fix stale ref to iframe's document
2024-01-24 17:18:07 +01:00
Ankush Menat
d697b8ede4
fix: update all users after commit ( #24522 )
2024-01-24 15:24:43 +00:00
Akhil Narang
06ed2f5246
fix: allow site creation to work on FC again
...
FC creates a temporary non-root user to use as the root user here, which doesn't have `SELECT` permissions on `mysql.user`
Try to work around it by relying on `CREATE USER IF NOT EXISTS`
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-01-24 18:50:23 +05:30
priyanshshah2442
f2a0d09d1a
fix: error when configuring child table columns in New Print Format Builder ( #24514 )
2024-01-24 17:23:55 +05:30
Safwan Samsudeen
30ccb4474c
fix: increase checkbox size on mobile ( #24385 )
2024-01-24 11:41:32 +00:00
Indrajith.vs
754ac4abeb
fix(Custom Field): default fieldname in rename fieldname prompt ( #24492 )
2024-01-24 16:32:50 +05:30
Ankush Menat
b0ea846304
Merge pull request #24508 from noec764/FIX_Traduction_in_query_filters
...
fix: Missing traduction in the query popup
2024-01-24 14:45:35 +05:30
Ankush Menat
549ebf9070
style: format
2024-01-24 14:42:33 +05:30
Noé
20d3ea6a0f
fix: Missing traduction in the query popup
2024-01-24 09:58:56 +01:00
Rucha Mahabal
0dfba5c6b9
Merge pull request #24378 from ruchamahabal/card-descriptions
...
feat: tooltip descriptions for Workspace Cards
2024-01-24 12:49:05 +05:30
Ankush Menat
ae984a59bf
build: bump pillow
...
for GHSA-3f63-hfp8-52jq
2024-01-24 12:20:02 +05:30
Maharshi Patel
c6d3035c7d
fix: improve email reply ( #24490 )
...
form_timeline.js
- check if frappe.session.user_email is available in email_account for the user
- if reply_all and sender is not same as last email sender,
set (last email recipient - current sender) to cc
communication.js
- if frappe.session.user_email is available in email_account for the user,
set sender by default to frappe.session.user_email
- added on_change on sender to re-evaluate recipients.
- check if sender is same as last email sender
- if yes, set recipient to last email recipient
- if no, set recipient to last email sender
- add all other recipients to cc
2024-01-24 12:14:51 +05:30
Raffael Meyer
4cc89ae42b
Merge pull request #24500 from barredterra/fix-typos
2024-01-24 03:01:50 +01:00