silverstripe / silverstripe-framework

Silverstripe Framework, the MVC framework that powers Silverstripe CMS
https://www.silverstripe.org
BSD 3-Clause "New" or "Revised" License
721 stars 822 forks source link

Link to member in group admin show wrong titles (page instead of member) #8305

Closed phalkunz closed 6 years ago

phalkunz commented 6 years ago

Affected Version

4.2.0

Description

Linking member autocomplete field in Group admin show wrong label. Instead of saying "Start typing a member name" and "Link this member", it says "Starting typing a page title" and "Link this page".

Steps to Reproduce

  1. Login into the CMS as an admin
  2. Go to Security admin
  3. Create a group if you haven't already have one
  4. Go to a Group
  5. Select "Members" tab
  6. Scroll down to the member grid field
silverstripe_-_security_and_new_people___ministry_of_justice_and_composer_lock_ _site
robbieaverill commented 6 years ago

I can't reproduce this in SS 4.2.1 or SS 4.3.x-dev. Do you have any custom code that could be interfering with this?

image

phalkunz commented 6 years ago

I had a quick look and it seemed to come from lang file but I'll have a look closer into our project code.

phalkunz commented 6 years ago

@robbieaverill The label is overridden by the project's lang file. I'll close the card. Thanks :)