Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

General discussion
  1. OpenProject
  2. Forums
  3. General discussion
  4. Setting default columns for Work Packages

Setting default columns for Work Packages

Added by Yadin Flammer almost 9 years ago

When you go in to Work Packages you can click the last button and click Columns to choose what columns you want to view. Great.
Now I go to another screen and come back, and my column choices are gone and I’m back to default view. Bad.
There is a Save button. Great.
I save, but it saves a new view you have to pick each time and there seems to be no option for “Save as Default”. Bad.

How do you change the default columns for the Work Packages for a given Project?


Replies (10)

RE: Setting default columns for Work Packages - Added by Claudio Fischer almost 8 years ago

I also would like to save the selected columns for work packages.
Is there a way to configure columns as default and save it?

RE: Setting default columns for Work Packages - Added by Robin Wagner almost 8 years ago

You can set the default in admin settings (Administration > Work Packages; https://docs.openproject.org/system-admin-guide/manage-work-packages/work-package-settings/)

You can select which columns should be shown by default across all projects but you cannot define their order.

RE: Setting default columns for Work Packages - Added by Catherine G almost 8 years ago

Hello,
it would be a really great to have the feature to define the order of the columns.
Is this something for the WishList?

Thx,
Catherine

RE: RE: Setting default columns for Work Packages - Added by Tamir Halperin almost 7 years ago

Yes, could we add this to the Community edition or provide instructions where to modify the code in order to make the change locally if desired?

RE: Setting default columns for Work Packages - Added by Catherine G over 6 years ago

I added it tow thw wishlist #29078

RE: Setting default columns for Work Packages - Added by Catherine G over 6 years ago

I added it tow the wishlist #29078

RE: Setting default columns for Work Packages - Added by Catherine G over 6 years ago

I added it tow the wishlist #29078

RE: Setting default columns for Work Packages - Added by Roberto Echeverria about 5 years ago

The latest openproject still does not save the column arrangement. Is there a work around to save the Work package table configuration?

regards

Catherine G wrote:

Hello,
it would be a really great to have the feature to define the order of the columns.
Is this something for the WishList?

Thx,
Catherine

RE: Setting default columns for Work Packages - Added by Max Mutzge over 4 years ago

Hi Roberto, apart from the possibility to configure the default columns in the administration and the possibility to save work package views as user there's also the feature request #31423 which should cover this.
Kind regards

RE: Setting default columns for Work Packages - Added by Alexis Ayach over 2 years ago

Hello,

I had the same issue, I just found a workaround. The columns order of the default WP list is stored in the database, in the settings table, the parameter name is work_package_list_default_columns, but it's not safe to change it manually !

The best way is to do it using the browser, in the Administration section.

I found that the columns order is saved as columns appears in the WP setting form, so you have to change the order before saving the WP settings. To do it :

  1. Go to Administration > Work Packages,
  2. Under the section CUSTOMIZE THE APPEARANCE OF THE WORK PACKAGE LISTS, check the columns you need to display
  3. Right-click on any column name, and select Inspect, The Developper tools will show up, and you will see the HTML code of the columns table :
  4. Hover any <tr class="form--matrix-row"></tr> element to highlight the corresponding column in the left table
  5. Change the order by dragging the <tr class="form--matrix-row"></tr> elements, you will see the change directly on the left 
  6. When you are done, click Save button to save your changes, the columns order will be saved,
  7. Enjoy your customisations :)

Every time you need to change the WP settings, you need to repeat this operation.

Hope this helps.

  • (1 - 10/10)
Loading...