Solonik77 / digitalus-cms

Automatically exported from code.google.com/p/digitalus-cms
0 stars 0 forks source link

Partial data not loaded #92

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use the latest SVN version
2. Create a subfolder in the media section
3. Upload a file in this new folder

What is the expected output? What do you see instead?
I expect the file to be uploaded in the new folder, but it is uploaded to
the root (media) because the action, mediapath and filepath were not found.

What version of the product are you using? On what operating system?
1.5 SVN version

Please provide any additional information below.
This problem occurs because the use of "$this->render('url', $data)"
instead of  "$this->partial('url', $data)". The partial helper accepts an
array with values, the render helper does not.

r217 of /trunk/application/admin/views/scripts/media/open-folder.phtml was
correct.

View difference at:

http://code.google.com/p/digitalus-cms/source/diff?spec=svn338&r=317&format=side
&path=/trunk/application/admin/views/scripts/media/open-folder.phtml&old_path=/t
runk/application/admin/views/scripts/media/open-folder.phtml&old=217

Original issue reported on code.google.com by pieter.beens on 21 Apr 2009 at 12:08

GoogleCodeExporter commented 8 years ago
Thanks Pieter,

this bug is solved with r339.

Cheers,
LowTower.

Original comment by lowtower1974@gmail.com on 21 Apr 2009 at 4:50