pgAdmin 4 commit: 1) Disable Fill Factor and Has OIDs control for the p
1) Disable Fill Factor and Has OIDs control for the partitioned table. 2) Added reloptions for the partitions and partitioned table. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6594481992dba7943a49524e0d3f99c026a88d34 Modified Files -- .../tables/partitions/static/js/partition.js | 10 -- .../databases/schemas/tables/static/js/table.js| 8 +++- .../templates/partitions/sql/pg/10_plus/create.sql | 23 ++ .../partitions/sql/ppas/10_plus/create.sql | 23 ++ .../servers/databases/schemas/tables/utils.py | 15 +- 5 files changed, 71 insertions(+), 8 deletions(-)
[pgAdmin][RM4763][RM4762] Allow screen readers to identify errors and read description of non-textable elements.
Hi Hackers, Attached patch fixes RM4763 - Added role *alertdialog* for *confirm* and *alert* dialog. - Added role *status* for all status bars/banners. - Added role *alert* for error bars. RM4762 - Added *aria-labelledby* for charts on each dashboard, note that I have also added tabindex for each chart so that it is navigable using tab key. -- Thanks, Nagesh RM4762_RM4763.patch Description: Binary data