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,
How to remove the assosiation of a project to a subproject ?
Thank you
Best Regards,
On sub-project, remove value for field "is sub-project of".
Issue recorded as Ticket #3181
Hi,
Fix is to replace line 1398 in /model/persistence/SqlElement.php from
if ($col_name == 'idProject') {
to
if ($col_name == 'idProject' and get_class($this)!='Project') {
Fix will be deployed in next patch.
I am in v 6.4.4 and in the SqlElement.php file, line 1398 is :
if (Sql::isPgsql ())) {
Can you find another solution ?
Best Regards,
In V6.4.4, line is 1368