Skip to content

Commit

Permalink
Fixing default preference issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
tHerrmann committed Dec 9, 2015
1 parent 924dfaf commit 5959f9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ allModuleNames.split(',').each{ moduleName ->
if (isExternal.toBoolean()){
moduleFolder = file("${external_directories}/modules/${moduleName}")
srcGwtDir = file("${external_directories}/src-gwt/")
moduleSrcFolder = file("${external_directories}/src-modules")
moduleSrcFolder = file("${external_directories}/src")
}
def propertyFile = file("${moduleFolder}/module.properties")
def gwtRename = null
Expand Down
2 changes: 1 addition & 1 deletion webapp/WEB-INF/config/opencms-workplace.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1724,7 +1724,7 @@
<preference name="showUploadTypeDialog" value="true"
widget="checkbox" />
<preference name="startView"
value="/system/workplace/views/workplace.jsp" />
value="/system/workplace/views/explorer/explorer_fs.jsp" />
<preference name="uploadVariant" value="gwt" widget="select"
widget-config="basic:%(key.GUI_PREF_USE_UPLOAD_BASIC_0)|gwt:%(key.GUI_PREF_USE_UPLOAD_GWT_0)" />
<preference name="workplaceReportType" value="extended" />
Expand Down

0 comments on commit 5959f9e

Please sign in to comment.