+5

Saved searches dont recall the list of displayed columns.

Noureddine Ettalhi 5 years ago updated 5 years ago 1

Describe the bug

Some users want the saved searches to recall the list of the displayed columns, which is logical and intuitive,  so they can use this them as reports which can be exported later into PDF or Excel format.

Page(s) URL

http://localhost:8080/glpi/front/computer.php

To reproduce

Steps to reproduce the behavior:

  1. Go to [Assets/Computers]
  2. Make a search by criteria and personalize which list of columns you want to view.
  3. Save this search by clicking on the star icon next to [search] button
  4. Try other searches using other list of criteria and different list of viewed columns.
  5. Try now to run the saved search by clicking on the big star close to logout button on the top-right side.
  6. Error : the saved search recall criteria but not the list of columns.

Expected behavior
Want to recall the list of columns.

This suggestion is already implemented through the following PR :

https://github.com/VilledeMontreal/glpi/pull/8

But we strill need the green light from the community.

The PR contains also another correction for the following problem :

==> The PDF export of the search (or any other format) does not reflect the same columns the user was seeing.

Thanks.