Zammad: Possibility to specify the order of objects.

Created on 25 Oct 2016  ·  3Comments  ·  Source: zammad/zammad

It would be useful if you were able to specify the order in which the objects should be displayed in the categories Ticket, User, Organization and Group.

Aktuell richtet sich die Reihenfolge nach folgendem Muster: Standard-Objekte, sortiert nach Name (nicht angezeigter Name!) A bis Z, danach eigene Objekte, sortiert nach Name (nicht anzeigter Name!) A bis Z.

Unfortunately, this leads to a mess with many objects.

It would be nice if it could be similar to iOS, basically drag and drop. Moving points could appear on the right side of each object by moving the mouse over the right side.

UUI enhancement object manager attribute

Most helpful comment

The described way worked fine for me as well. Would be good to have a "Z-Order" field at the GUI

All 3 comments

is there any possibility? I know, little late and nearly a year ago, but didn't found it elsewhere. thanks

find it by myself awhile ago... but if someone have the same issue...

So, I added a object>ticket>new attribute named project_name and want it on another position. Doing so by just changing the value of "position".
start ruby (sudo zammad run rails c).

ObjectManager::Attribute.add(
force: true,
object: 'Ticket',
name: 'project_name',
position: 45,)

worked fine for me...

The described way worked fine for me as well. Would be good to have a "Z-Order" field at the GUI

Was this page helpful?
0 / 5 - 0 ratings