After an upgrade of the server to version 8.5.1 from version 8.5 FP1 we encountered the following problems:- to expand a category two clicks are required initially. Then, one click is sufficient.
-
some functions behave different than earlier. For instance: context.getUser().getFullName() – in 8.5 returned user’s name. In 8.5.1 returns an alternative name of the user. We had to use session.getEffectiveUserName ().
-
There are other problems the cause of which is still hard to figure out.
Is there a description of differences in xPages realization in version 8.5.1 in comparison with 8.5 somewhere?