richdocuments
richdocuments copied to clipboard
Default Watermark not working in SecureView
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:

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

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

Reproduced in richdocuments 2.7.0 RC1 running on 10.9.0 RC1.
- the watermark only becomes visible after it was saved once.