Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-24648

Selection & relation(list) fieldtypes not nameable

    XMLWordPrintable

Details

    Description

      Currently, the getName() method for 'ezselection' is not implemented, in \eZ\Publish\Core\FieldType\Selection\Type.php:

      /**
       * Returns the name of the given field value.
       *
       * It will be used to generate content name and url alias if current field is designated
       * to be used in the content name/urlAlias pattern.
       *
       * @param mixed $value
       *
       * @return string
       */
      public function getName( SPIValue $value )
      {
          throw new \RuntimeException( 'Implement this method' );
      }
      

      Please implement it.

      Attachments

        Activity

          People

            Unassigned Unassigned
            nuno.oliveira-obsolete@ez.no Nuno Oliveira (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: