richdocuments icon indicating copy to clipboard operation
richdocuments copied to clipboard

Default Watermark not working in SecureView

Open xoxys opened this issue 4 years ago • 1 comments

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

xoxys avatar Dec 10 '21 13:12 xoxys

Reproduced in richdocuments 2.7.0 RC1 running on 10.9.0 RC1.

  • the watermark only becomes visible after it was saved once.

jnweiger avatar Dec 14 '21 00:12 jnweiger