Forum

getValidationScript...
 
Notifications
Clear all

getValidationScript in models

2 Posts
2 Users
0 Reactions
2,045 Views
(@antonio-grr)
Posts: 84
Active Member
Topic starter
 
[#4215]

Hi.
In some models getValidationScript call parent method but does not return anything:
Attachment ,BillLine, CheckListDefinitionLine,CheckListLine,Job,JobDefinition,Note
In some models getValidationScript is redundant (just returns parent method)
BudgetElement, CheckList,ComponentMain,OrganizationMain,ProductMain,ProductOrComponent,StatusMain,TenderStatus,TestCaseMain,VersionProject
in IndicatorDefinition is called twice


 
Posted : 17 Mar 2017 13H54
(@babynus)
Posts: 14952
Member Admin
 

In some models getValidationScript call parent method but does not return anything:
Attachment ,BillLine, CheckListDefinitionLine,CheckListLine,Job,JobDefinition,Note

For Job it may be an issue (I'll have a look and possibily remove it in V6.2, even if I don't think it may generate display issue).
For others, it is not an issue because these items are not displayed on full screen like main objects, and generic getValidationScript (the parent one) is valid only for this purpose.

In some models getValidationScript is redundant (just returns parent method)
BudgetElement, CheckList,ComponentMain,OrganizationMain,ProductMain,ProductOrComponent,StatusMain,TenderStatus,TestCaseMain,VersionProject

This main not link to issue, but it's clear it is not very clean (it msut be some initialization during first dev that was never used).
We'll remove them on V6.2.

in IndicatorDefinition is called twice

This is more serious issue. Will be fixed on patch V6.1.3

Thanks for reporting !


 
Posted : 17 Mar 2017 19H45
Share:

Scroll to Top