Merge remote-tracking branch 'origin/release/2.6.0-community' into release/2.6

# Conflicts:
#	install.txt
This commit is contained in:
Pierre Goiffon
2019-01-09 17:23:43 +01:00
4 changed files with 16 additions and 15 deletions

View File

@@ -178,18 +178,19 @@ class InlineImage extends DBObject
$oInlineImage->DBUpdate();
}
}
else
{
IssueLog::Error('InlineImage: Error during FinalizeInlineImages(), no transaction ID for object '.get_class($oObject).'#'.$oObject->GetKey().'.');
IssueLog::Error('|- Call stack:');
$oException = new Exception();
$sStackTrace = $oException->getTraceAsString();
IssueLog::Error($sStackTrace);
IssueLog::Error('|- POST vars:');
IssueLog::Error(print_r($_POST, true));
}
// For tracing issues with Inline Images... but beware not all updates are interactive, so this trace happens when creating objects non-interactively (REST, Synchro...)
// else
// {
// IssueLog::Error('InlineImage: Error during FinalizeInlineImages(), no transaction ID for object '.get_class($oObject).'#'.$oObject->GetKey().'.');
//
// IssueLog::Error('|- Call stack:');
// $oException = new Exception();
// $sStackTrace = $oException->getTraceAsString();
// IssueLog::Error($sStackTrace);
//
// IssueLog::Error('|- POST vars:');
// IssueLog::Error(print_r($_POST, true));
// }
}
/**

View File

@@ -1725,7 +1725,7 @@
</class>
<class id="Organization">
<fields>
<field id="overview" xsi:type="AttributeDashboard">
<field id="overview" xsi:type="AttributeDashboard" _delta="if_exists">
<definition>
<cells>
<cell id="9000" _delta="delete">

View File

@@ -1747,7 +1747,7 @@
</class>
<class id="Organization">
<fields>
<field id="overview" xsi:type="AttributeDashboard">
<field id="overview" xsi:type="AttributeDashboard" _delta="if_exists">
<definition>
<cells>
<cell id="9000" _delta="delete">

View File

@@ -1,3 +1,3 @@
For installation instructions, please refer to:
https://wiki.openitop.org/doku.php?id=2_6_0:install:start
https://wiki.openitop.org/doku.php?id=2_6_0:install:start