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.
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
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.
Still need to be approverId not approverld but the quotes making it work.
Thanks,
Evgueni