Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Datepicker Problem because applinks-lib not loading in 7.13.5 >=

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.

 

1 answer

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.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events