Ignore:
Timestamp:
Sep 20, 2012, 3:42:26 PM (12 years ago)
Author:
casties
Branch:
default
Message:

adding and listing groups via html works now.
no editing of group membership yet.
no authentication yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/java/de/mpiwg/itgroup/annotations/restlet/BaseRestlet.java

    r19 r22  
    135135                    logger.error("Unable to get resource " + dbFn);
    136136                }
     137            } else {
     138                // get existing AnnotationStore
     139                store = (AnnotationStore) sc.getAttribute(ANNSTORE_KEY);
    137140            }
    138141            /*
Note: See TracChangeset for help on using the changeset viewer.