[go: up one dir, main page]

Menu

Commit [r667]  Maximize  Restore  History

When replacing a file in a compiance check, if the existing file is shared with other checks, give

the user the option of replacing it locally or globally.

Code was added to clear the cache of the text renderer of the File column in the Compliance Check list view.
Since only one check would be edited, but multiple checks can be affected, the cache might not hold the right file name.

fix for bug 2869088.

jimwinston 2009-12-30

changed /trunk/RTClient/src/org/mitre/rt/client/resources/version.info.properties
changed /trunk/RTClient/src/org/mitre/rt/client/ui/AbsCachedTextRenderer.java
changed /trunk/RTClient/src/org/mitre/rt/client/ui/application/listview/CCheckListViewPanel.java
changed /trunk/RTClient/src/org/mitre/rt/client/ui/cchecks/CCheckListTablePanel.java
changed /trunk/RTClient/src/org/mitre/rt/client/ui/cchecks/CCheckListTextRenderer.java
changed /trunk/RTClient/src/org/mitre/rt/client/ui/cchecks/CheckContentTypePanel.java
changed /trunk/RTClient/src/org/mitre/rt/client/xml/ComplianceCheckHelper.java