mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
PHP doc + typo
This commit is contained in:
@@ -32,6 +32,9 @@ use Combodo\iTop\Renderer\RenderingOutput;
|
||||
* Description of BsLinkedSetFieldRenderer
|
||||
*
|
||||
* @author Guillaume Lajarige <guillaume.lajarige@combodo.com>
|
||||
*
|
||||
* @property \Combodo\iTop\Form\Field\LinkedSetField $oField
|
||||
*
|
||||
*/
|
||||
class BsLinkedSetFieldRenderer extends FieldRenderer
|
||||
{
|
||||
@@ -569,7 +572,7 @@ JS
|
||||
);
|
||||
|
||||
// Target object others attributes
|
||||
// TODO: Support for AttriubteImage, AttributeBlob
|
||||
// TODO: Support for AttributeImage, AttributeBlob
|
||||
foreach ($this->oField->GetAttributesToDisplay(true) as $sAttCode)
|
||||
{
|
||||
if ($sAttCode !== 'id')
|
||||
|
||||
Reference in New Issue
Block a user