Problem/Motivation
Overwriting portlet labels / descriptions on the homebox type "Portlet Types Settings" Tab doesn't change the label / description of the portlets.
Steps to reproduce
- Go to `/admin/structure/homebox_type/{homebox_type}/edit` and overwrite the label / description of any portlet.
- Go to any homebox page (user tab, direct route or custom page)
- See, that the modified portlets name / description has not changed
Proposed resolution
Fix the issue.
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork homebox-3440426
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
anybodyI'm going to fix this in the next days.
Comment #3
grevil commentedAlright! Take a look at #3439689: Portlet labels and description are being translated on different translation levels first. It has some good insights on this whole problem.
Comment #4
anybodyIn the sidebar, it already worked, but not in the portlets themselves. Here we go with the fix!
Comment #6
anybodyComment #7
grevil commentedLGTM!
Comment #9
anybody