?
avatar MeghaBiranje
MeghaBiranje
7 Nov 2020

Steps to reproduce the issue

  1. log in to the backend
  2. Goto Components-> Banners -> Clients
  3. Click the New button and fill the form
  4. While filling the form add tabs/spaces in "Contact Name" which is the required field.
  5. Click on Save and close button
  6. You can see the contact column for our added client is blank.

screen shot 2020-11-07 at 10 25 37

avatar MeghaBiranje MeghaBiranje - open - 7 Nov 2020
avatar joomla-cms-bot joomla-cms-bot - labeled - 7 Nov 2020
avatar MeghaBiranje MeghaBiranje - change - 7 Nov 2020
Title
[Backend] In Banners: Clients details page Contact column is displaying blank value
- [4.0] [Backend] In Banners: Clients details page Contact column is displaying blank value
avatar MeghaBiranje MeghaBiranje - edited - 7 Nov 2020
avatar MeghaBiranje MeghaBiranje - change - 7 Nov 2020
Title
- [4.0] [Backend] In Banners: Clients details page Contact column is displaying blank value
[4.0] [Backend] In Banners: Clients details page Contact column is displaying blank value
avatar MeghaBiranje MeghaBiranje - edited - 7 Nov 2020
avatar brianteeman
brianteeman - comment - 7 Nov 2020

The name field should be validated on save

		if (trim($this->name) === '')
		{
			$this->setError(Text::_('JLIB_CMS_WARNING_PROVIDE_VALID_NAME'));

			return false;
		}
avatar brianteeman
brianteeman - comment - 15 Nov 2020

please test #31411

avatar Quy Quy - change - 15 Nov 2020
Status New Closed
Closed_Date 0000-00-00 00:00:00 2020-11-15 21:44:15
Closed_By Quy
avatar Quy Quy - close - 15 Nov 2020

Add a Comment

Login with GitHub to post a comment