Ignore:
Timestamp:
Sep 19, 2010, 11:40:53 PM (14 years ago)
Author:
mlg
Message:

New feature : research
Add a research functionnality : it's juste a field on the bottom right of the main frame. To make a research, the user have to type text in that field and press enter. It opens a new tab. A new tab is opened for each research. The tab contains the query string.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/jiwigo/trunk/src/main/java/fr/mael/jiwigo/dao/TagDao.java

    r6968 r6972  
    7777     */
    7878    public List<Tag> lister() throws IOException {
    79         Document doc = Main.sessionManager.executerReturnDocument(MethodsEnum.LISTER_TAGS.getLabel());
     79        Document doc = Main.sessionManager.executerReturnDocument(MethodsEnum.TAGS_ADMIN_LIST.getLabel());
    8080        //      System.out.println(Outil.documentToString(doc));
    8181        return getTagsFromDocument(doc.getRootElement().getChild("tags"));
Note: See TracChangeset for help on using the changeset viewer.