Please describe the issue you're having
If you accept the answer, please mark the topic as [SOLVED] by clicking the tick.

Moderators: RussH, cptr13

Forum rules: Just please remember to play nicely once you walk through the door. You can disagree with us, or any other commenters in this forum, but respect our space and keep your comments directed to the topic at hand.
By aschalund
#1983
I am working with the candidates page and I am looking to change the default columns that populate. When I modify
Code: Select all
 $this->_defaultColumns = array(
            array('name' => 'Attachments', 'width' => 31),
            array('name' => 'First Name', 'width' => 75),
            array('name' => 'Last Name', 'width' => 85),
            array('name' => 'City', 'width' => 75),
            array('name' => 'State', 'width' => 50),
            array('name' => 'Owner', 'width' => 65),
            array('name' => 'Modified', 'width' => 60),
            array('name' => 'Added To List', 'width' => 75),
            
        );
Nothing actually changes it still holds the original set of columns and there widths that are declared in 'lib/Candidates.php'. Am I missing something?

Thanks
By manuel
#1992
Hi,

When I try this on my test site the things do change.

When I delete: "array('name' => 'City', 'width' => 75)," it's gone when I reset to the standard colums.
When I change the "with" it actually changes.

Are you sure you uploaded your edited file before testing.
By aschalund
#1997
Alright so I noticed that the changes do not reflect for the Root account but they do show for everyone else. Have not looked into why this is happening but atleast it is working as designed.

Thanks for the reply

Sure! You might want to check if the browser you'r[…]

Create a new recruiter

Hello Everyone, How do you create a new recrui[…]

Just tested on my local instance - works perfectly[…]

This is the "import from resume"[…]