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.
One of my customers has reported the same problem (Confluence Server 7.17.4).
We implemented a similar solution.
I cannot reproduce the problem on Confluence DataCenter 7.13.7.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.