Hi,
"linked element" is inactiv in projectorria 2.2.2
I don't reproduce.
Linked elements work fine for me.
Could you detail use case please ?
Hi,
When I click on the link (+) "linked Element", it nothing happens (I tried it on firefox, IE and Safari). For Notes, Attachments link work fine.
I reinstalled the application of version 2.2, but it did not change.
This problem only appeared in version 2.2.2. In version 2.2.1 the link worked fine.
Thanks
Hi,
Issue confirmed on IE and Firefox.
Works fine on Chrome (can be a temporary workaround).
Fixing : replace in /view/js/projectDialog.js, line 735
function selectLinkItem() {
var nbSelected=0;
list=dojo.byId(linkRef2Id);
if (dojo.byId("linkRef2Type").value=="Document") {
with
function selectLinkItem() {
var nbSelected=0;
list=dojo.byId('linkRef2Id');
if (dojo.byId("linkRef2Type").value=="Document") {
In version 2.2.1 the link worked fine.
I'm afraid it could not work on V2.2.1 (nothing changed on the topic from V2.2.0 to V2.2.2)
Ticket #675 Registered.
(2nd bug of same kind reported. I checked code : no more issue of this kind found)
Thank, workaround work fine.