View ProjeQtOr On SourceForge.net
ProjeQtOr - Project Management Tool
Support us on Capterra
OIN - Open Invention Network
ProjeQtOr free project management software - Display of selectable predecessor elements is displayed incorrect - ProjeQtOr
 
 

Display of selectable predecessor elements is displayed incorrect

More
27 Nov 2014 17:33 #1 by BasGobets
In Projeqtor 4.5.1 When I want to add a predecessor to an activity and click on the spyglass to get the full list of possible predecessors the list looks strange (see attached screenshot ) (all dots). The funny thing is that you can still do a search and end up with one line of dots. If that ;line is selected, the correct activity is added as a predecessor.
It thus appears just to be a display problem
Attachments:
The topic has been locked.
More
27 Nov 2014 19:16 #2 by babynus
Hi,

Issue confirmed and recorded as Ticket #1622.
It seems to happen when a date exist in the displayed list.

Babynus
Administrator of ProjeQtOr web site
The topic has been locked.
More
27 Nov 2014 20:01 #3 by babynus
Got it !!!

Wasn't easy to fix, although I found the origin...

To fix :
in /view/js/projeqtor.js, add after last line :
function getBrowserLocaleDateFormatJs() {
 return browserLocaleDateFormatJs;
}

in /view/js/projeqtorFormatter.js, replace function dateFormatter(), starting line 241, with
function dateFormatter(value) {
  fmt=top.getBrowserLocaleDateFormatJs();
  if (value.length==10) {
  	vDate=dojo.date.locale.parse(value, {selector: "date", datePattern: "yyyy-MM-dd"});
    return dojo.date.locale.format(vDate, {datePattern: fmt,formatLength: "short", fullYear: true, selector: "date"});
  } else {
  	return value;
  }
}

don't forget to clean browser cahce and test
:woohoo:

Babynus
Administrator of ProjeQtOr web site
The following user(s) said Thank You: BasGobets
The topic has been locked.
More
28 Nov 2014 09:53 #4 by BasGobets
I implemented the changes and it seems to work!
Thanks for the quick fix
The topic has been locked.
More
28 Nov 2014 09:57 #5 by babynus
Hi,

For information, this fix treats "date" fields.
Similar issue has been identified for "date+time" fileds, not fix here.
You can see this for instance listing Tickets (open a ticket and select a dupplicate throught the list).

Patch V4.5.2 fixes both issues.

Babynus
Administrator of ProjeQtOr web site
The following user(s) said Thank You: protion
The topic has been locked.
Moderators: babynusprotion
Time to create page: 0.081 seconds

Cookies settings

×

Functional Cookies

Ce site utilise des cookies pour assurer son bon fonctionnement et ne peuvent pas être désactivés de nos systèmes. Nous ne les utilisons pas à des fins publicitaires. Si ces cookies sont bloqués, certaines parties du site ne pourront pas fonctionner.

Session

Please login to see yours activities!

Other cookies

Ce site web utilise un certain nombre de cookies pour gérer, par exemple, les sessions utilisateurs.