Re: [pgAdmin][RM2653] Lock layout

2019-05-31 Thread Dave Page
Thanks, patch applied. On Fri, May 31, 2019 at 1:07 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi, > > Attached is the updated rebased patch. > I realised I didn't update the documentations. The patch also include doc > updates. > > On Fri, May 31, 2019 at 12:42 AM Dave Pag

Re: [pgAdmin][RM2653] Lock layout

2019-05-30 Thread Dave Page
Hi Can you rebase please? (pgadmin4) dpage@orac:*~/git/pgadmin4*$ git apply ~/Downloads/RM2653.patch error: patch failed: web/pgadmin/browser/static/js/browser.js:15 error: web/pgadmin/browser/static/js/browser.js: patch does not apply On Thu, May 30, 2019 at 6:15 AM Aditya Toshniwal < aditya.

[pgAdmin][RM2653] Lock layout

2019-05-30 Thread Aditya Toshniwal
Hi Hackers, Attached is the patch to introduce feature to lock the layout with three different levels: 1) None - No locking 2) Prevent docking - The docking/undocking of panels will be disabled 3) Full lock - The resizing along with docking/undocking of panels will be disabled - This can be chang