Can also be seen in any Text component in AEM 6.5 using latest (2.17.14) WCM Core text component (/apps/core/wcm/components/text/v2/text).It's a bug - SITES-1256
You may need to increase the logging level for the logger "org.apache.sling.engine.impl.SlingRequestProcessorImpl" to DEBUG to see what is happening. That is, if you are able to. There may be errors in the log file prior to this that may provide clues to the failure.If you are stuck, then file a tic...
You can enable your own custom configuration using the Configuration Browser and your custom CF models, as described in [1]. In my tests I created a configuration named "anf" which created the path in the JCR "/conf/anf/settings/dam/cfm/models". I then created a test CF Model "FAQ" in the anf folder...
Is your question similar to HTL AEM 6.3 DateFormat ? Then the answer may be using the format option like this: ${'dd-MM-yyyy' @ format=lastModified}I tested :'dd-MM-yyyy' @ format=properties.jcr:created is ${'dd-MM-yyyy' @ format=properties.jcr:created}which renders as:'dd-MM-yyyy' @ format=properti...
The Felix console's OSGi Installer (OSGi > OSGI Installer) page may show you where the configuration is read fromhttp://127.0.0.92:4592/system/console/osgi-installer It should show you where the Default Sync Handler configuration originates. What is the IdP name? John
Could you use Render Condition to check for a particular property and base the display/no display on the result of the render condition?See [1-2].John[1] Render Condition — Granite UI 1.0 documentation [2] AEM Granite Custom Render Conditions - Adobe Experience Manager | AEM/CQ | Apache Sling
I tried the valueFormat "YYYY-MM-DD[T]HH:mm:ss.SSS[Z]" which works in that it uses the "Z" in the saved value like this "2019-09-20T05:15:00.000Z". But when the ".SSS" is removed it does not work as you have noted (using "YYYY-MM-DD[T]HH:mm:ss[Z]" for valueFormat results in "2019-09-20T05:15:00.000-...
If you configure your SAML/IdP connection to use email address for the authorizable ID for the user profiles (i.e. not user IDs), then you *can* use the same user profile for Asset Link/IMS authentication. Asset Link/IMS authentication searches user profiles for a matching email address, if a profil...