Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
Hello
I'm using the cron to generate email alerts when imputations are incomplete.
The tool generates some ERRORS (undefined index 'workDetail') in tool/generateImputationAlert.php at line 113.
Looking at the source code, I think line 110 is wrong:
current line:
if ( ! $full ) {
suggested correction is:
if ( ! $res['full'] ) {
Please tell me what do you think of it. I'll try on my lab installation.
Sorry, i'm not (yet) a contributor and not involved in the Projeqtor factory... I think it's simple to patch and a big win for the use of this feature.
Cheers
You're right
Issue recorded as Ticket #3018 and will be fixed as proposed