After creating any custom droplet, the custom droplet shows up in the "Current Droplets" list with the "Original" shown as a view name that is completely unrelated (see screen shot). A minor bug but thought you'd like to know.

CommentFileSizeAuthor
droplets.PNG22.75 KBWISEOZ

Comments

agentrickard’s picture

Patches, please?

WISEOZ’s picture

Honestly, I can't patch. I can't code. I can only find the bugs. Sorry.

agentrickard’s picture

That was not necessarily directed at you, WiseOz.

agentrickard’s picture

Status: Active » Reviewed & tested by the community

This is so minor, no patch needed. It helps to zero out strings you aren't using.

Line 241 of droplet.inc:

        default:
          $key = '';
          $original = ''; <-- add this line
          break;
      }
agentrickard’s picture

Status: Reviewed & tested by the community » Fixed

Fixed in HEAD

Anonymous’s picture

Status: Fixed » Closed (fixed)

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