Changeset 33 for trunk/src/json


Ignore:
Timestamp:
06/05/09 10:42:59 (16 years ago)
Author:
lgiessmann
Message:

client ajax: added the basic handling for roleplayer-constraints and associationrole-constraints

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/json/json_tmcl.lisp

    r32 r33  
    193193                                       (list-instances (getf involved-topic-tupple :player) topictype topictype-constraint))))
    194194                        (json-role
    195                          (concatenate 'string "\"roleTypes\":"
     195                         (concatenate 'string "\"roleType\":"
    196196                                      (topics-to-json-list
    197197                                       (getf (list-subtypes (getf involved-topic-tupple :role) roletype roletype-constraint) :subtypes))))
     
    292292                                       (list-instances (getf role-player-tupple :player) topictype topictype-constraint))))
    293293                        (json-role
    294                          (concatenate 'string "\"roleTypes\":"
     294                         (concatenate 'string "\"roleType\":"
    295295                                      (topics-to-json-list
    296296                                       (getf (list-subtypes (getf role-player-tupple :role) roletype roletype-constraint) :subtypes))))
Note: See TracChangeset for help on using the changeset viewer.