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
  • branches/3.2.x/Jav_BDP/com/scenari/m/bdp/module/save/HModuleSave.java

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