Hi Ralf,
I think, i found a little bug in project-manager (trunk) appearing only in fresh installs.
With Rev. 27887 you implemented “disable budget rows (no_budget), if only accounting types ‘status’ and/or ‘times’ is allowed”.
In fresh installs this feature doesn’t work, the budget rows are permanently disabled, independent of choosing any accounting type while creating a project.
To make it work, you have to open the configuration page of the project-manager and have to save it, independent of changing the values or not, because only then the values are written to the db, which are needed by “$this->config[‘accounting_types’]”.
To prevent this, i would suggest to add a presetting in default_records.inc.php.
A patch file is attached.
pm_budget_rows.patch (1.93 KB)
What do you think?
regards,
Jürgen