Bug #1343: Ensure that getDefaultPredicate is run in a transactional context.
FEA: ItEr76S04BugFixing
This commit is contained in:
parent
35b2bde4f7
commit
f14befd755
1 changed files with 1 additions and 0 deletions
|
|
@ -706,6 +706,7 @@ public class CompanyPlanningModel implements ICompanyPlanningModel {
|
|||
}
|
||||
|
||||
@Override
|
||||
@Transactional(readOnly = true)
|
||||
public IPredicate getDefaultPredicate(Boolean includeOrderElements) {
|
||||
User user;
|
||||
if (currentScenario == null) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue