integrate fix from V14

This commit is contained in:
John BOTELLA 2021-11-01 10:11:43 +01:00
parent c28e9f5f7c
commit 4c016cc3be

View File

@ -447,7 +447,7 @@ class formSetupItem
* because this two class will quickly evolve it's important to not set directly $this->type (will be protected) so this method exist * because this two class will quickly evolve it's important to not set directly $this->type (will be protected) so this method exist
* to be sure we can manage evolution easily * to be sure we can manage evolution easily
* @param string $type possible values based on old module builder setup : 'string', 'textarea', 'category:'.Categorie::TYPE_CUSTOMER', 'emailtemplate', 'thirdparty_type' * @param string $type possible values based on old module builder setup : 'string', 'textarea', 'category:'.Categorie::TYPE_CUSTOMER', 'emailtemplate', 'thirdparty_type'
* @deprecated yes this method came deprecated because it exists only for manage setup convertion * @deprecated yes this setTypeFromTypeString came deprecated because it exists only for manage setup convertion
* @return bool * @return bool
*/ */
public function setTypeFromTypeString($type) public function setTypeFromTypeString($type)