[go: up one dir, main page]

Menu

Commit [r172]  Maximize  Restore  History

CommentRefsTablePanel:

== Deleting a comment removes the reference from the Group/Recommendation and then marks the Comment element as "deleted".

SynchronizeClient:
== Now deletes elements if they are NOT referenced and sets the correct SyncResponseCode. It had been executing isReferenced(...) and only deleting if it returned true.

CommentTypeDAO:
== Now looks at both the application_id and the comment_id when checking references. It had been just looking at comment_id's which are not unique amongst Applications.

CommentHelper:
== Correctly checks if a comment is referenced from a Recommendation or a Group.

UpdateTransactionManager:
-- Removed a bunch of unused code.

bworrell 2008-10-22

changed /trunk/RTClient/src/org/mitre/rt/client/synchronize/table/renderer/TransactionTextRenderer.java
changed /trunk/RTClient/src/org/mitre/rt/client/synchronize/transactions/SynchronizeTransaction.java
changed /trunk/RTClient/src/org/mitre/rt/client/synchronize/transactions/SynchronizeTransactionManager.java
changed /trunk/RTClient/src/org/mitre/rt/client/synchronize/transactions/UpdateTransactionManager.java
changed /trunk/RTClient/src/org/mitre/rt/client/ui/comments/CommentRefsTablePanel.java
changed /trunk/RTClient/src/org/mitre/rt/client/ui/comments/CommentsTableModel.java
changed /trunk/RTClient/src/org/mitre/rt/client/xml/CommentHelper.java
changed /trunk/RTClient/src/org/mitre/rt/server/api/SynchronizeClient.java
changed /trunk/RTClient/src/org/mitre/rt/server/database/dao/CommentTypeDAO.java