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

Stefan Bärthlein May 23, 2022

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

0 votes
Lennart Steinke July 21, 2022

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