Forum

Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.

Cannot add approver
 
Notifications
Clear all

Cannot add approver

3 Posts
2 Users
0 Reactions
4,010 Views
Evgueni Kolossov
(@ekolossov)
Posts: 566
Contributor
Topic starter
 
[#508]

Hi,
I cannot add approver(s) for the document - on button click nothing happening so far...
I tried to clear cach, etc. - all the same. May be there some permissions need to be set (I have tried as admin as well)?
Regards,
Evgueni


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

Hi,

Issue confirmed on IE and Firefox. Works fine on chrome (can be a workaround)

Fixing : replace in /view/js/projectorDialog.js, line 839

function selectApproverItem() {
  var nbSelected=0;
  list=dojo.byId(approverId);
  if (list.options) {

with

function selectApproverItem() {
  var nbSelected=0;
  list=dojo.byId('approverId');
  if (list.options) {

Ticket #674 registered.


 
Posted : 14 May 2012 15H44
Evgueni Kolossov
(@ekolossov)
Posts: 566
Contributor
Topic starter
 

Still need to be approverId not approverld but the quotes making it work.
Thanks,
Evgueni


 
Posted : 14 May 2012 15H59
Share:

Scroll to Top