Forum

linked element in v...
 
Notifications
Clear all

linked element in version V2.2.2

5 Posts
2 Users
0 Reactions
4,723 Views
(@lowengrin)
Posts: 38
Active Member
Topic starter
 
[#507]

Hi,
"linked element" is inactiv in projectorria 2.2.2


 
Posted : 14 May 2012 0H05
(@babynus)
Posts: 14952
Member Admin
 

I don't reproduce.
Linked elements work fine for me.

Could you detail use case please ?


 
Posted : 14 May 2012 3H09
(@lowengrin)
Posts: 38
Active Member
Topic starter
 

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


 
Posted : 14 May 2012 15H41
(@babynus)
Posts: 14952
Member Admin
 

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)


 
Posted : 14 May 2012 16H18
(@lowengrin)
Posts: 38
Active Member
Topic starter
 

Thank, workaround work fine.


 
Posted : 14 May 2012 17H41
Share:

Scroll to Top