[pgadmin-hackers] pgAdmin 4 commit: Fix an issue in NodeAjaxControl caching withcache-no

Поиск
Список
Период
Сортировка
От Dave Page
Тема [pgadmin-hackers] pgAdmin 4 commit: Fix an issue in NodeAjaxControl caching withcache-no
Дата
Msg-id E1d6IH1-0004qU-SP@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix an issue in NodeAjaxControl caching with cache-node field and add cache-node field in Trigger & Event trigger node
sothat whenever the user creates new Trigger Function we get new data from server in NodeAjaxControl. . Fixes #2242 

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=95f763463f669ea1e5e7909ce80b63c2076b6970
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
.../event_triggers/templates/event_triggers/js/event_trigger.js     | 6 +++---
.../schemas/tables/triggers/templates/trigger/js/trigger.js         | 3 ++-
web/pgadmin/browser/static/js/node.ui.js                            | 2 +-
3 files changed, 6 insertions(+), 5 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgadmin-hackers] pgAdmin4: Test-suite OS compatability issue
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgadmin-hackers] [pgAdmin4][PATCH] To fix the issue withNodeAjaxControl data caching