-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Labels
Description
How to use GitHub
- Please use the 👍 reaction to show that you are affected by the same issue.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Steps to reproduce
- Open a file that contains form fields with auto calculations in Nextcloud (e.g. M Character Sheet.pdf
- Enter something in a field that will trigger auto calculations
- Nothing happens
Expected behaviour
Fields with a calculate script should execute and fill accordingly (This is just opening the file in Firefox), this pdf fills e.g. the field Crafing
with the value from Intellect
:

Actual behaviour
Fields are not filled:

Server configuration
Nextcloud version: Nextcloud Hub 10 (31.0.8)
List of activated apps
Nextcloud configuration
If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your Nextcloud installation folder
Browser
Browser name: Firefox
Browser version: 142.0.1
Operating system: NixOs
Browser log
Insert your browser log here, this could for example include:
a) The javascript console log
b) The network log
c) ...