Sankore 1281

preferencesAboutTextFull
Ilia Ryabokon 12 years ago
parent 8be8849ec6
commit f898562c9a
  1. 4
      src/board/UBFeaturesController.cpp

@ -268,7 +268,9 @@ bool UBFeature::isDeletable() const
|| elementType == FEATURE_VIDEO
|| elementType == FEATURE_IMAGE
|| elementType == FEATURE_FLASH
|| elementType == FEATURE_FOLDER;
|| elementType == FEATURE_FOLDER
//Ilia. Just a hotfix. Permission mechanism for UBFeatures should be reworked
|| getVirtualPath().startsWith("/root/Applications/Web");
}
bool UBFeature::inTrash() const

Loading…
Cancel
Save