Skip to content

Added support for the full name of fields, which is used in the JavaScript

Joao Oliveira requested to merge joliveira/okular:gsoc2019_fieldName into master

The property "name" of the Field Objects in JavaScript returns the fully qualified name of the field. This fullyQualifiedName is implemented since Poppler 0.18, but it was never implemented in Okular.

This merge requests aims to fix this and use the fullName on the JavaScript scripts.

Merge request reports