Project:
| View Revisions: Issue #42792 | [ All Revisions ] [ Back to Issue ] | ||
| Summary | 0042792: API Change: Remove custom isIndevelopment method from some BaseTemplateComponent classes | ||
| Revision | 2020-01-17 08:21 by caristu | ||
| Description | isIndevelopment methods has been removed from classes and calls changed to parent isInDevelopment method: -AttachmentWindowComponent -ParameterWindowComponent -StandardWindowComponent This way instead of using its own logic, all of them use their parent isInDevelopment method to check if the application is "in development". |
||
| Revision | 2020-01-17 08:21 by caristu | ||
| Description | isIndevelopment methods has been removed from classes and calls changed to parent isInDevelopment method: -AttachmentWindowComponent -ParameterWindowComponent -StandardWindowComponent This way instead of using its own logic, all of them use their parent isInDevelopment method to check if the application is "in development". |
||
| Revision | 2020-01-14 16:25 by cberner | ||
| Description | isIndevelopment methods has been removed from classes and calls changed to parent isInDevelopment method: -AttachmentWindowComponent -ParameterWindowComponent -StandardWindowComponent Also isInDevelopment method has been removed from classes: -StyleSheetResourceComponent -StaticResourceComponent Parent BaseComponent(from which this classes extend) isInDevelopment method is still accessible from this classes. |
||
| Revision | 2020-01-14 13:33 by cberner | ||
| Description | isInDevelopment methods has been removed from classes: -AttachmentWindowComponent -ParameterWindowComponent -StandardWindowComponent Parent BaseComponent(from which this classes extend) isInDevelopment method is still accessible from this classes, so this is a "false" API change, still the checker detected it. |
||
| Copyright © 2000 - 2009 MantisBT Group |