Display the correct default permissions when creating a share.
authorCamila <hello@camila.codes>
Tue, 7 Jul 2020 18:40:51 +0000 (20:40 +0200)
committerCamila <hello@camila.codes>
Wed, 8 Jul 2020 16:15:36 +0000 (18:15 +0200)
commitd7a13672923a638ed53871a4d61c76a33b701b06
tree3d1b3777e238e09153b35704a7db28b5bc5212b8
parent308bed0da7e877b86dc4236022acc5416d5645d7
Display the correct default permissions when creating a share.

- The default displayed was not in sync with the server because
the client was setting permissions when creating a share while it
should get the default permissions from the server to display it to the
user first.

Signed-off-by: Camila <hello@camila.codes>
src/gui/ocssharejob.cpp
src/gui/sharepermissions.h
src/gui/shareusergroupwidget.cpp