You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.