Aditya Hase
6a059fc2ac
test(recorder): Error page rendering shouldn't fail when recorder is active
2020-10-28 09:36:19 +05:30
mergify[bot]
cae6e80c19
Merge pull request #11748 from sezanzeb/state-province
...
refactor: Set label as State/Province in Address instead of just State
2020-10-27 09:31:00 +00:00
mergify[bot]
ed58adbf5c
Merge pull request #11785 from muniter/fix-update-translations-v13
...
fix: Bug when running bench update-translations
2020-10-27 04:58:14 +00:00
mergify[bot]
beaeba63ae
Merge pull request #11787 from UrvashiKishnani/patch-1
...
fix: Add missing space in description
2020-10-27 04:06:08 +00:00
UrvashiKishnani
fc180b72d4
fix: space missing in description
2020-10-27 07:48:52 +04:00
Javier Lopez
7c814e7a7f
fix: csv file opening options
...
This is in line with the api changes
1. http://python3porting.com/problems.html#csv-api-changes
2. https://docs.python.org/3/library/csv.html#id3
2020-10-26 16:26:49 -05:00
Javier López
ec5851abf7
fix: wrong type when writing with csv writer
...
Unlike the get_untranslated function, in which the file is opened and
written with the `write()` function, here the `csv.writer()` is used,
causing errors when writing encoded strings. Therefore we remove the
encoding step (The csv writer will take care of it) and we also not open
the file with binary mode.
2020-10-26 15:42:38 -05:00
mergify[bot]
8a11796bed
Merge pull request #11783 from gavindsouza/uri-encode-whitespaces
...
fix: URI encode in case white spaces exist in docname
2020-10-26 14:35:03 +00:00
Gavin D'souza
845b3ab5bc
fix: URI encode in case white spaces exist in docname
2020-10-26 19:14:54 +05:30
mergify[bot]
e5bfeb2607
Merge pull request #11772 from prssanna/rtl-desk
...
fix: customize options in desk page rtl layout
2020-10-26 13:00:23 +00:00
mergify[bot]
ded882c859
Merge pull request #11781 from sumitbhanushali/module_sidebar_items
...
feat: Add module field in get_desk_sidebar_items
2020-10-26 12:36:19 +00:00
Faris Ansari
890b295861
Merge pull request #11780 from netchampfaris/web-template-field-default
...
fix(UX): Add default to Web Template Field
2020-10-26 17:53:55 +05:30
Faris Ansari
54732e5775
fix(UX): Add default to Web Template Field
...
- Set default values for Select fields
- Remove quick entry from Web Template
2020-10-26 17:44:12 +05:30
Sumit Bhanushali
00310ea783
feat: add module field in get_desk_sidebar_items
2020-10-26 17:43:08 +05:30
Faris Ansari
b2e5472ea3
Merge pull request #11628 from frappe/fix_web_template_type
...
fix: allow empty type for Web Templates that are not sections
2020-10-26 15:29:17 +05:30
Rushabh Mehta
d56da0156e
Merge pull request #11565 from rmehta/update-customize-form
...
feat: add links and actions to customize form and cleanup code
2020-10-26 15:11:47 +05:30
Rushabh Mehta
ceb1ecce73
fix(minor): test_db.py
2020-10-26 14:16:23 +05:30
Rushabh Mehta
0b93784b32
fix(minor): test_db.py
2020-10-26 14:13:38 +05:30
Rushabh Mehta
373403c97e
fix(minor): test_workflow.py
2020-10-26 13:44:32 +05:30
mergify[bot]
e4f0c30d8e
Merge pull request #11778 from prssanna/sanitize-email-header
...
fix(Email): use set_header to set Message-Id in header
2020-10-26 07:57:29 +00:00
Rushabh Mehta
8bd98e6272
fix(minor): set name for Event Producer Last Update
2020-10-26 13:22:38 +05:30
prssanna
8c11878400
fix(Email): use set_header to set Message-Id in header
2020-10-26 13:10:31 +05:30
Rushabh Mehta
625ab74883
fix(tests): added a new table to avoid conflicts
2020-10-26 13:01:46 +05:30
Rushabh Mehta
1df7831d67
fix(minor): postgres/database.py error handling for missing table
2020-10-26 12:24:11 +05:30
Rushabh Mehta
7f1b35b0de
fix(tests): test_workflow.py, full cleanup
2020-10-26 12:01:39 +05:30
Rushabh Mehta
e820d254c5
fix(confict): did not save and also fix tabs
2020-10-26 11:07:52 +05:30
Rushabh Mehta
6f346a61f4
fix(formatter):add link formatter for User and fix patch
2020-10-26 10:02:56 +05:30
Rushabh Mehta
69d2c10736
fix(minor): db_query (ignore_ddl)
2020-10-26 10:02:04 +05:30
Rushabh Mehta
742605542c
fix(minor): added ignore_ddl in frappe.db.get_all to ignore missing tables, columns
2020-10-26 10:02:04 +05:30
Rushabh Mehta
8707ed1f27
fix(minor): remove "Custom Link" and add patch
2020-10-26 10:02:04 +05:30
Rushabh Mehta
08fe29714d
fix(minor): delete property setter
2020-10-26 10:02:04 +05:30
Rushabh Mehta
9630462965
fix(minor): typo
2020-10-26 10:02:04 +05:30
Rushabh Mehta
1add636324
fix(tests): fix translation string
2020-10-26 10:02:04 +05:30
Rushabh Mehta
7f9284f3ef
fix(tests): postgres gotcha, errors will rollback?
2020-10-26 10:02:04 +05:30
Rushabh Mehta
92c30ae212
fix(minor): linting
2020-10-26 10:02:04 +05:30
Rushabh Mehta
473471bedc
fix(tests): assert raises validation
2020-10-26 10:02:04 +05:30
Rushabh Mehta
6f0104b67e
fix(minor): conflict
2020-10-26 10:02:04 +05:30
Rushabh Mehta
a0a3606a7f
fix(tests): add test cases for custom_link and custom_action
2020-10-26 10:02:04 +05:30
Rushabh Mehta
8a198f363b
fix(default): cast as string as required
2020-10-26 10:02:04 +05:30
Rushabh Mehta
b5cb39bdb1
fix(minor): fix fieldame in apply_property_setters in model/meta.py
2020-10-26 10:02:04 +05:30
Rushabh Mehta
77e79c050f
fix(linting)
2020-10-26 10:02:04 +05:30
Rushabh Mehta
1e48ced097
feat(customize form): add links and actions to customize form and cleanup code
2020-10-26 10:02:04 +05:30
Ernesto Ruiz
8ec26175ed
fix: update es.csv typos fixes ( #11761 )
...
* fix: update es.csv typos fixes
* fix: more typo fix in file es.csv
2020-10-25 12:40:08 +05:30
Suraj Shetty
259d37584b
Revert "fix(Request): Sanitize Error Report Email Message" ( #11777 )
2020-10-25 11:01:37 +05:30
mergify[bot]
3c3913d757
Merge pull request #11764 from resilient-tech/fix-disabled-user-email
...
fix: excluded disabled users from getting emails and notifications
2020-10-24 13:08:49 +00:00
Frappe PR Bot
1d8bca8b68
chore: Update translations ( #11771 )
...
Co-authored-by: frappe <frappe@scw-dazzling-elgamal>
2020-10-24 18:35:18 +05:30
mergify[bot]
d7bda21769
Merge pull request #11770 from surajshetty3416/fix-random-cookie-failure
...
fix: Build cookie jar only if request object is present
2020-10-24 12:49:16 +00:00
Prssanna Desai
d6b223d554
Merge pull request #11773 from prssanna/disabled-chart-form
2020-10-24 16:47:39 +05:30
prssanna
16fd10bac7
fix: disabled dashboard chart form fixes
...
- don't allow filters to be edited
- don't show empty sections
2020-10-24 16:12:51 +05:30
prssanna
e1316814a2
fix: customize options in desk page rtl layout
2020-10-24 15:22:14 +05:30