Bug or limitation QuickAdd Event ....

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
phili67
Posts: 13
Joined: Thu May 04, 2017 9:07 am
Location: France
Contact:

Bug or limitation QuickAdd Event ....

Post by phili67 »

I would like to know, if there is a method to increase the number of items in the location menu in the quickadd Event wizzard.
I think, it's a limitation of 20 items.

A CLI method isn't a problem for me.

Thank's a lot,

Philippe
phili67
Posts: 13
Joined: Thu May 04, 2017 9:07 am
Location: France
Contact:

Re: Bug or limitation QuickAdd Event ....

Post by phili67 »

All my locations are like :
room_1
room_2
...
room_20

after, you can't see the last two locations :
room_21
room_22

In the autocompletion way,

Could you give me an advice to solve the problem through the CLI way.


Philippe
phili67
Posts: 13
Joined: Thu May 04, 2017 9:07 am
Location: France
Contact:

Re: Bug or limitation QuickAdd Event ....

Post by phili67 »

I've exactly the same limit of 20 items when I try to create a mail, in the "To" textfield.

We've 90 mailing list which are named : ld_******

When I try to create a mail and put in the "To" field : "ld_" I only get 20 suggestions.


Could you please explain me how to increase this limit ?

Thank's a lot.
phili67
Posts: 13
Joined: Thu May 04, 2017 9:07 am
Location: France
Contact:

Re: Bug or limitation QuickAdd Event ....

Post by phili67 »

I finally find the solution alone.

Thank's a lot.
phoenix
Ambassador
Ambassador
Posts: 27278
Joined: Fri Sep 12, 2014 9:56 pm
Location: Liverpool, England

Re: Bug or limitation QuickAdd Event ....

Post by phoenix »

phili67 wrote:I finally find the solution alone.
That's good news and well done, as these are Community forums it might help someone else if you posted your solution for others to find and also marked your thread as solved (you'd have to edit your first post for that).
Regards

Bill

Rspamd: A high performance spamassassin replacement

Per ardua ad astra
phili67
Posts: 13
Joined: Thu May 04, 2017 9:07 am
Location: France
Contact:

Re: Bug or limitation QuickAdd Event ....

Post by phili67 »

From CLI and only through this way :
zmprov ga name@domain.com | grep zimbraContactAutoCompleteMaxResults

This will give you the maxAutocomplete result, with default value : 20

Thereafter you can modify it through this way :
zmprov ma name@domain.com zimbraContactAutoCompleteMaxResults 100

For example.

And with the COS way :

zmprov gc "default" | grep zimbraContactAutoCompleteMaxResults
zmprov mc "default" zimbraContactAutoCompleteMaxResults 100

Philippe
Post Reply