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

mrgoltra’s picture

When 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.

greenskin’s picture

Version: 5.x-2.0-alpha9 » 5.x-2.x-dev
Status: Active » Fixed

This 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.