Closed (fixed)
Project:
Collect
Version:
8.x-1.x-dev
Component:
Metadata Management
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Mar 2015 at 10:21 UTC
Updated:
7 Apr 2015 at 15:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
edurenye commentedNow It does not add the "suggested" suffix.
Comment #2
arla commentedThanks! Actually now that there's no English in there, there's no need for the t() call. $this->getLabel() is enough as a label.
Comment #3
edurenye commentedDelete t() call.
Comment #4
arla commentedWith the latest patch, the label is an array but it should be a string. Just
'label' => $this->getLabel(),should be enough.You should test it yourself (I admit it's tricky because there's no good documentation of this module yet).
drush en)The latest patch happens to work just fine, but we should really set it to a string :)
Comment #5
edurenye commentedSolved
Comment #7
edurenye commentedComment #8
arla commentedThanks! Committed and pushed!