pgAdmin 4 commit: Using 'categroy_id' instead of 'cid' in the preferenc

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Using 'categroy_id' instead of 'cid' in the preferenc
Date: 2017-10-24 13:17:57
Message-ID: E1e6z5h-0007Ka-Dv@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Using 'categroy_id' instead of 'cid' in the preferences Backbone.Model,
as it is used by the Backbone.Collection to get the object by id.

Branch
------
master

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

Modified Files
--------------
web/pgadmin/preferences/__init__.py | 2 +-
web/pgadmin/preferences/static/js/preferences.js | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2017-10-24 13:22:20 pgAdmin 4 commit: Return the translations, and not empty array from the
Previous Message Alexander Lakhin 2017-10-24 12:38:43 Re: pgadmin4 l10n issues