Page 1 of 1

Making Jobs Public by Default

Posted: 10 Feb 2015, 15:52
by aschalund
Hello,

I am new to open cats and making my way through configuring and customizing sections of this ATS. I was curious if anyone knows of a simple way to make jobs public by default? This way we would need to uncheck the box if we dont want it public.

Thanks

Re: Making Jobs Public by Default

Posted: 10 Feb 2015, 17:18
by RussH
aschalund wrote:Hello,

I am new to open cats and making my way through configuring and customizing sections of this ATS. I was curious if anyone knows of a simple way to make jobs public by default? This way we would need to uncheck the box if we dont want it public.

Thanks
Hiya, sorry this is slightly contrary to how the app assumes you work, but there will indeed be a default setting in the code someplace which you'll just have to flip.. I can't guarantee I'll track it down for you, as am slightly busy - but I can take a look back later.

Re: Making Jobs Public by Default

Posted: 10 Feb 2015, 17:54
by RussH
Hi,

okay, in this file;

modules/joborders/JobOrdersUI.php

The default for $isPublic on line 417 is false. Please change it to true for your instance.

$isPublic = false;

change to

$isPublic = true;

Re: Making Jobs Public by Default

Posted: 10 Feb 2015, 18:03
by aschalund
RussH,

Thank you that worked perfectly!

Re: Making Jobs Public by Default

Posted: 12 Mar 2015, 12:07
by pasban
I pick the file, and select "comma separated" and Next, and I see the progress animation, but nothing else.













_____________________________________________________________________________

www.learnalanguage.com/learn-english/
www.learnalanguage.com/learn-danish/
http://www.eli.wayne.edu/

Re: Making Jobs Public by Default

Posted: 12 Mar 2015, 12:28
by RussH
pasban wrote:I pick the file, and select "comma separated" and Next, and I see the progress animation, but nothing else.
Hi there - assuming this isn't spam - can you move this to a new thread please.