Editing Filter Defaull - ALL - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Development (https://discussions.corebos.org/forumdisplay.php?fid=18) +--- Forum: coreBOS Development (https://discussions.corebos.org/forumdisplay.php?fid=4) +---- Forum: coreBOS (https://discussions.corebos.org/forumdisplay.php?fid=5) +---- Thread: Editing Filter Defaull - ALL (/showthread.php?tid=352) |
Editing Filter Defaull - ALL - rslemer - 08-12-2016 Its possible change filed order ? For example Today for Lead : Lead No. | Last Name | First Name ... I wish First Name | Last Name | Lead No..... Thanks! RE: Editing Filter Defaull - ALL - joebordes - 08-12-2016 Currently this can only be done directly in the database, because you can create a new filter and set it as default. The only place the All filter is used hard coded is in the global search. Would that cover you need? RE: Editing Filter Defaull - ALL - rslemer - 08-12-2016 It is that research always has as standard the first list field. To filter all, always starts with the code number, the user ends up confused, with a search returning empty. If it were a country, more natural for research as the first or last name by default would be more intuitive. An improvement only. RE: Editing Filter Defaull - ALL - joebordes - 08-27-2016 I was thinking about this request and thought that you should be able to do it already by defining a ListColumns mapping against the Home module (Home is used for the global search). I tested that today and saw that it wasn't working because the "All" filter is forced in the code. I made a few modifications and it now works. You can define the columns you want to see for each module in the global search using a ListColumns mapping against the Home module: http://corebos.org/documentation/doku.php?id=en:adminmanual:businessmappings:list_columns https://github.com/tsolucio/corebos/commit/dd9cd953a4160a15803391cbe1ff0147d95298b8 |