Okay
  Public Ticket #2902914
Column Action
Closed

Comments

  • santosimark started the conversation

    In /account/properties how to remove the "Operations" column in list  ??

  •  241
    The replied

    You can do it by coding:

    Find to platform\plugins\real-estate\src\Tables\AccountPropertyTable.

    And add this code: 

    /** * @var bool */
    protected $hasOperations = false;

    It look like

    9748785682.png