pgadmin4/web/pgadmin
Ashesh Vashi 944bdbb96c Improvised the 'transform/options' function usage with the Select2Cell.
The current implementaton binds the cell/control object, and the ajax
data in the asychronous Cells/Controls with the 'options' functions
extended from the Select2Cell.

The problem starts when we try to fetch the current model from that
options/transform/filter function to do some operation, which does not
require in most of the cases. Except the privileges control - where we
needed the current model for omitting the existing selected object
during transformation, and filtering.

In order resolved the issue, we need a common object, which is shared
among the Cell. In backgrid, the 'Column' object is mong the cell,
hence - implementation logic has been changed to bid the 'Column' object
with the 'options' function and, passed the 'Cell' object as an
arguments.

Because - we do use the common function 'transform' between 'Control'
and 'Cell', we needed make changes in the Select2Control to pass the
Control object as an arguments.

And, make the changes in the privileges control to use the new
implementation. The same logic is also required in some of the
operations, we will be/are working on the table/column nodes.
2016-04-08 11:10:34 +05:30
..
about Copyright updates for 2016. 2016-01-18 14:48:14 +00:00
browser Improvised the 'transform/options' function usage with the Select2Cell. 2016-04-08 11:10:34 +05:30
help Copyright updates for 2016. 2016-01-18 14:48:14 +00:00
misc Add support for Foreign data wrappers, servers and user mappings. 2016-03-17 11:39:38 +00:00
model Preferences dialogue. Patch by Ashesh and Khushboo Vashi. 2016-03-07 11:48:53 +00:00
preferences The changed value of a multiline/text control was not saved in the 2016-03-24 13:00:15 +05:30
redirects Copyright updates for 2016. 2016-01-18 14:48:14 +00:00
settings Preferences dialogue. Patch by Ashesh and Khushboo Vashi. 2016-03-07 11:48:53 +00:00
static Improvised the 'transform/options' function usage with the Select2Cell. 2016-04-08 11:10:34 +05:30
templates Add backgrid extensions for use in various tools: select-all, paginator and filter 2016-02-26 11:08:45 +00:00
test Allow to create sub-menu/menu-group by specify the same category in 2016-03-21 23:56:08 +05:30
tools Creating an empty pgAdmin module container (named tools) for keeping 2016-02-28 12:49:36 +05:30
translations/fr/LC_MESSAGES Fix i18n for the docking system. 2015-03-03 10:51:29 +00:00
utils Improvise the PostgreSQL driver to fetch the status message. 2016-04-05 13:29:20 +05:30
__init__.py Server side session management support. 2016-03-22 15:05:43 +00:00
messages.pot Fix i18n for the docking system. 2015-03-03 10:51:29 +00:00