DocumentServer
DocumentServer copied to clipboard
Nested word fields in the conditional field (IF field) not work
This issue is unique.
- [x] I have used the search tool and did not find an issue describing my bug.
Operating System of DocumentServer
Linux (DEB package)
Version information
Online editors: ONLYOFFICE Docs v.8.3.2.19
Expected Behavior
The field code of page number in footer part is: { IF {NUMPAGES} > 1 "-{PAGE}-" "" } , which means:
- If there is only one page, there should be no page number.
- If there are muliple pages, the page numbers appear as '-1-', '-2-'.
Actual Behavior
However, when the file is edited in onlyoffice DocSpace, the page number appears as the figure below:
Here is the actual file:
#2705
Reproduction Steps
Upload the file attached to the online onlyoffice server and one can see the effect.
Additional information
No response
Hi, @rye0catcher The problem is related to the fact that at the moment our editor does not have an implementation of the "If" field. This is already a known issue, tracked as Bug 31510.