+2
На рассмотрении

list template properties are not taken into account

Benno Evers 8 лет назад в Приложения / i3 Pro обновлен Dmitry - support (expert) 8 лет назад 2

Hi,


When using a dynamic list it looks like (at least) the Visible property of objects in the template isn't taken into account.

Create a list

Create a template with some objects

Make some objects invisible by setting the Visible property to false

Add a few items to the list by script

You'll see the 'invisible' items are still visible.


This behaviour is different from the behaviour in i2


Tested on windows client and iPad client

Hello!


As a temporary solution you can hide this subelement via script.


For example:

var List_1 = IR.GetItem("Page 1").GetItem("Item 1");

List_1.Template = "Popup 1";

List_1.CreateItem(0, 1, {Visible:0});    

Сервис поддержки клиентов работает на платформе UserEcho