After a version upgrade for server 7.13.6 the Datepicker nor the // - macro is working. It seems that on 3 instances (DEV, QM and PROD) I can repoduce this behaviour. As soon as I'm starting a local instance via the altassian SDK everything is working fine.
It seems that this JS ressource is not getting loaded:
/* module-key = 'com.atlassian.applinks.applinks-plugin:applinks-lib', location = 'applinks/internal/lib/aui-version-details.js' */
The App-Link-Modules are installed and enabled on every instance.
As quick hack I've inserted the "missing JS-Object" into the General/Custom HTML:
<script>
AJS.versionDetails = {
"major": 9,
"minor": 2,
"bugfix": 2,
"is58": false,
"is59": false
}
</script>
So the datpicker seems to work.
Any idea how to solve this properly?
Regards,
Stefan.