pgAdmin 4 commit: Added beforeNext and beforeBack method in Wizard.

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Added beforeNext and beforeBack method in Wizard.
Date: 2021-12-22 08:55:14
Message-ID: E1mzxP0-0007cj-9c@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Added beforeNext and beforeBack method in Wizard.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ae73f138127b3b1147cdbc129fe7432a294b0d3e

Modified Files
--------------
web/pgadmin/static/js/helpers/wizard/Wizard.jsx | 24 +++++++++++++++----
.../static/js/helpers/wizard/WizardStep.jsx | 28 +++-------------------
2 files changed, 23 insertions(+), 29 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-12-22 09:15:05 pgAdmin 4 commit: Fixed linter errors.
Previous Message Aditya Toshniwal 2021-12-22 08:27:07 Re: [patch][pgAdmin] RM7018 [React] Port Restore dialog to React.