Ignore:
Timestamp:
12/19/06 19:09:29 (5 years ago)
Author:
sys
Message:

Bug sur suppression d'un dossier dans un .doss (see #94)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Jav_BDP/com/scenari/m/bdp/module/save/HModuleSave.java

    r7589 r7818  
    270270        try { 
    271271            vWsp.hSaveItem(vResult, vTrans, pClientId); 
    272             vWsp.hGetRepository().hGetContentAccess().hDeleteRes(vResult.hGetId(), fItemType.hGetContentFormat(), pUriRes.endsWith("/") ? pUriRes.concat("*") : pUriRes, vTrans); 
     272            vWsp.hGetRepository().hGetContentAccess().hDeleteRes(vResult.hGetId(), fItemType.hGetContentFormat(), pUriRes, vTrans); 
    273273            vWsp.hTransactionCommit(vTrans); 
    274274        } catch (Exception e) { 
Note: See TracChangeset for help on using the changeset viewer.