Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Bookmarks - Edit bookmark

Quote Reply
Bookmarks - Edit bookmark
In the template bookmark_link_edit.html there is the following code:


<%~if Folders.length == 1%>
<input type="hidden" name="my_folder_id_fk" value="<%escape_html Folders.0.my_folder_id%>" /><%Folders.0.my_folder_name%>
<%~else%>
<select id="my_folder_id_fk" name="my_folder_id_fk">
<%loop Folders%><option value="<%escape_html my_folder_id%>"<%if my_folder_default%> selected="selected"<%endif%>><%my_folder_name%></option><%endloop%>
</select>
<%~endif%>


I believe that it is supposed to allow user to move link to another folder, but it doesn't work.

Only comment will be edited, but the link will stay in the current folder.
Quote Reply
Re: [Payooo] Bookmarks - Edit bookmark In reply to
I have put up an update to fix this issue.

Adrian