seitime-frappe/frappe
leela f14d9bd3da fix: refresh form section while refreshing the field
If all the fields with in a section has depends_on property and in such
case section itself stays hidden as all fields with in it are hidden.

Currently when any form field is updated, we are refreshing only the
fields but not the sections. So, field refresh is not affecting the form
because of section being hidden.

Fix is to refresh the sections when ever form fields are refreshed.

(cherry picked from commit 20c6e24a9f58a303b36da8cce247d273e6e3582f)
2021-05-28 05:00:19 +00:00
..
automation Merge pull request #12993 from nextchamp-saqib/auto-repeat-dashboard-fix 2021-05-08 19:19:17 +00:00
change_log chore: Added Change log for v13.3.0 2021-05-17 10:58:30 +05:30
chat style: Optimize imports, fixed flake8 issues 2020-11-27 11:40:53 +05:30
commands Merge branch 'develop' into deprecation-warnings 2021-05-19 13:18:13 +05:30
config fix: pull modules from Module Def instead of desktop config file (bp #12631) (#12723) 2021-03-30 16:41:44 +05:30
contacts test: Fix test dependencies 2021-05-05 13:15:52 +05:30
core Merge pull request #13204 from hasnain2808/allow-naming-series-update 2021-05-26 12:42:47 +05:30
custom refactor: Rename function and add docstring 2021-05-10 13:04:46 +00:00
data feat: option to anonymize ip for google analytics 2020-09-28 19:04:09 +02:00
data_migration refactor: Delete Qunit test files 2021-04-28 03:48:49 +00:00
database refactor: remove six dependency 2021-05-07 07:42:04 +05:30
desk fix: user profile not loading 2021-05-23 23:30:01 +05:30
email Merge pull request #13284 from surajshetty3416/fix-email-tracker 2021-05-22 23:54:23 +05:30
event_streaming fix: remove unnecessary schemes and minor changes 2021-05-02 00:32:01 +05:30
geo fix: default number format for germany 2021-04-29 15:34:46 +02:00
integrations feat: option to disable button in slack message 2021-05-24 22:01:45 +05:30
model fix: corrected the function get_url (#13330) 2021-05-26 05:07:50 +00:00
modules fix: print warning and add comments 2021-05-13 15:59:39 +02:00
patches refactor: Resolve deprecation warnings 2021-05-11 09:50:58 +05:30
printing Merge remote-tracking branch 'upstream/develop' into esbuild 2021-05-16 11:26:43 +05:30
public fix: refresh form section while refreshing the field 2021-05-28 05:00:19 +00:00
search chore: Remove f prefix on plain string 2021-05-11 13:02:45 +05:30
social chore: replace assertNotEquals with assertNotEqual 2021-05-06 21:23:04 +05:30
templates fix: Fallback for show_language_picker 2021-05-02 15:05:22 +05:30
tests Merge pull request #13065 from gavindsouza/api-updates 2021-05-26 04:41:55 +00:00
translations fix: translation (#12117) 2021-01-05 17:18:54 +05:30
utils fix: Store assets.json directly in assets folder 2021-05-27 11:50:56 +05:30
website fix: Conditionally set css variables 2021-05-28 08:44:41 +05:30
workflow refactor: Delete Qunit test files 2021-04-28 03:48:49 +00:00
www fix: Increase timeout for window close 2021-05-20 04:16:21 +00:00
__init__.py fix: Show deprecation warnings only if DEV_SERVER is set 2021-05-19 13:16:16 +05:30
api.py fix: Convert only as_dict and debug values to bool 2021-05-25 21:44:54 +05:30
app.py refactor(minor): Move logging code in seperate function 2021-05-06 19:18:23 +05:30
auth.py fix: whitelist login method to fetch session remotely 2021-04-27 14:54:35 +05:30
boot.py refactor: Remove unnecessary code 2021-05-03 04:03:22 +00:00
build.py fix: Store assets.json directly in assets folder 2021-05-27 11:50:56 +05:30
cache_manager.py fix: Hash based file naming 2021-04-29 13:30:07 +05:30
client.py Update client.py (#12790) 2021-04-08 04:43:36 +00:00
defaults.py
deferred_insert.py
exceptions.py fix: Raise PageDoesNotExistError instead of DoesNotExistError (#12485) 2021-02-26 12:59:42 +05:30
frappeclient.py fix(minor): tests 2021-03-31 05:25:07 +00:00
handler.py chore: Update usages of inspect getargspec 2021-05-05 18:31:26 +05:30
hooks.py Merge remote-tracking branch 'upstream/develop' into esbuild 2021-05-16 11:26:43 +05:30
installer.py refactor(minor): Simplify site directory generation 2021-05-06 20:54:39 +05:30
middlewares.py
migrate.py fix: Remove dead option "rebuild-website" in migrate 2020-09-29 21:13:41 +05:30
modules.txt
monitor.py feat(rate-limiter): Log data with monitor 2020-05-13 12:34:07 +05:30
oauth.py Merge branch 'version-13' into develop 2021-05-17 11:21:46 +05:30
parallel_test_runner.py fix: Get ORCHESTRATOR_URL from secrets 2021-05-10 16:14:36 +05:30
patches.txt fix: Patch Update Notification channel 2021-05-03 19:35:21 +05:30
permissions.py Merge branch 'develop' of https://github.com/frappe/frappe into if_owner_per_check_url 2021-04-12 21:24:19 +05:30
pythonrc.py
rate_limiter.py refactor: allow callable limit arg for ratelimit deco 2021-03-09 13:59:49 +05:30
realtime.py chore: Drop dead code 2021-05-06 19:24:12 +05:30
recorder.py fix(recorder): Error page rendering shouldn't fail when recorder is active 2020-10-28 09:36:39 +05:30
sessions.py Fix: session clearing query on postgres 2021-05-19 09:49:27 +05:30
share.py feat: DocShare with Submit 2021-04-04 16:14:07 +05:30
test_runner.py fix: Sort dependency options for predictability 2021-05-10 18:38:36 +05:30
translate.py fix: Python 3 issue on re (#13230) 2021-05-21 13:14:33 +05:30
twofactor.py perf(test): Reduce token expiry wait time for test 2021-05-06 14:49:19 +05:30