Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possibility to specify the order of objects #294

Closed
alveolus opened this issue Oct 25, 2016 · 3 comments
Closed

Possibility to specify the order of objects #294

alveolus opened this issue Oct 25, 2016 · 3 comments

Comments

@alveolus
Copy link

alveolus commented Oct 25, 2016

Infos:

  • Used Zammad version: 5.0
  • Installation method (source, package, ..): any
  • Operating system: any
  • Database + version: any
  • Elasticsearch version: any
  • Browser + version: any

Expected behavior:

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.

Actual behavior:

Currently, the order is based on the following pattern: standard objects, sorted by name (not displayed name!) A to Z, then own objects, sorted by name (not displayed name!) A to Z.

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.

Steps to reproduce the behavior:

  • create fiel b_test, a_test and verify thew order of the attributes
@klex04
Copy link

klex04 commented Sep 15, 2017

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

@klex04
Copy link

klex04 commented Nov 24, 2017

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...

@marcseguin
Copy link

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

@thorsteneckel thorsteneckel added this to the 5.1 milestone Oct 11, 2021
@thorsteneckel thorsteneckel added this to To do in OLD Workflow Oct 11, 2021
@thorsteneckel thorsteneckel changed the title Possibility to specify the order of objects. Possibility to specify the order of objects Oct 11, 2021
@bolah2009 bolah2009 moved this from To do to In progress in OLD Workflow Oct 11, 2021
@rolfschmidt rolfschmidt modified the milestones: 5.1, 5.0.2 Oct 26, 2021
@rolfschmidt rolfschmidt moved this from In progress to Backporting to stable in OLD Workflow Oct 26, 2021
@dominikklein dominikklein modified the milestones: 5.0.2, 5.0.3 Nov 4, 2021
@rolfschmidt rolfschmidt moved this from Backporting to stable to Done in OLD Workflow Dec 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
OLD Workflow
  
Done
Development

No branches or pull requests

8 participants