Closed (fixed)
Project:
Share
Version:
5.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Jan 2009 at 09:50 UTC
Updated:
17 Feb 2009 at 16:20 UTC
The share link name doesn't show and when I go back to edit a share again, it's blank.
This is because it's not saved in the database at all, as far as I can tell. (Tried setting it to 'aardvark' and searching the whole DB for that... ;)
Comments
Comment #1
mrgoltra commentedWhen I enter a link name and click save field is empty again. I have reinstalled and still the same thing?
update.
When I don't check the any of the tab (email and social web) I get this error At least one tab needs to be enabled.
Comment #2
greenskin commentedThis was an issue related to the share_id not recording properly. There was also an issue within loading of the share popup. Since the SELECT query had a join and both tables contained a field 'share_id' and was selecting all fields instead of specifying them, the share_id's clashed. Fields are now specified and the share_id loads correctly.