Loading...
 
Skip to main content

Missing Parent-Selection Box at "Edit File-Gallery"

Status
Closed
Subject
Missing Parent-Selection Box at "Edit File-Gallery"
Version
4.x
Category
  • Error
Feature
File Gallery (elFinder or standard UI)
Submitted by
bubi
Lastmod by
bubi
Rating
(0)
Description
When editing a new File Gallery or modifying an existing Gallery, no Parent-Gallery Selection box is shown. Thus you can neither create new File Galleries nor move existing File Galleries to other parents. (See )
Solution

edit template/edit_file_gallery.tpl. remove the "! isset($smarty.request.parentId) and" in line 43

because the parent gallery selection box should be displayed for every gallery but the root gallery. not only if the request parameter "parentId" is not set (for editing an existing gallery) but even if the request parameter "parentId" is set (in case of a new gallery).

seems to work with 6.3

Importance
8
Priority
40
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
3182
Created
Sunday 16 May, 2010 09:27:25 UTC
by bubi
LastModif
Tuesday 10 May, 2011 16:18:04 UTC


Show PHP error messages