Changeset 903 for branches


Ignore:
Timestamp:
09/14/11 12:05:42 (14 years ago)
Author:
lgiessmann
Message:

gdl-interface: fixed a bug when updated fragments after commit/delete operations

Location:
branches/gdl-frontend/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified branches/gdl-frontend/src/json/JTM/jtm_delete_interface.lisp

    r901 r903  
    269269                  (reified-construct reifier :revision revision))
    270270                 (parent
    271                   (format t "parent: ~a, charvalue: ~a, datatype: ~a, type: ~a, scope: ~a~%"
    272                           parent value datatype type scope)
    273271                  (let ((found-occs
    274272                         (tools:remove-null
  • TabularUnified branches/gdl-frontend/src/rest_interface/set-up-gdl-interface.lisp

    r902 r903  
    143143                                    (roles result :revision (1- rev))))
    144144                              ((typep result 'TopicC)
     145                               (elephant:drop-instance result)
    145146                               (let ((assocs
    146                                       (player-in-roles result :revision (1- rev))))
     147                                      (map 'list (lambda(role)
     148                                                   (parent role :revision (1- rev)))
     149                                           (player-in-roles result :revision (1- rev)))))
    147150                                 (loop for assoc in assocs
    148151                                    append (map 'list (lambda(role)
Note: See TracChangeset for help on using the changeset viewer.