owncloud / richdocuments

:notebook_with_decorative_cover: Collabora Online for ownCloud
118 stars 53 forks source link

Default Watermark not working in SecureView #435

Open xoxys opened 2 years ago

xoxys commented 2 years ago

On a fresh installed ownCloud server, enabling Secure View in Collabora via CLI with the following settings works in general, but no Watermark is shown:

occ config:app:set richdocuments secure_view_open_action_default --value true
occ config:app:set richdocuments secure_view_can_print_default --value false
occ config:app:set richdocuments secure_view_option --value true

Result in the UI:

image

As you can see there is a default Watermark text set but this does not work:

image

I had to force a save action for this field to get it working:

image

jnweiger commented 2 years ago

Reproduced in richdocuments 2.7.0 RC1 running on 10.9.0 RC1.