New Editable property for a table field


We need to be able to control editable of a table field without need to custom code on a page.


This can be solved by a new property on a table field, property that is in line with current property "AccessByPermisson".

The AccessByPermission will control if you can access...

Read more...
0 Comments

Read more...
0 Comments

Category: Development (1409)

STATUS DETAILS
Needs Votes

Add storage interface to the Tenant Media


Please create an enum::"Tenant Media Storage Type" with the default (0) value of Internal.

Add the enum as overload to the Media.ImportStream() call and store that enum in the tenant media table.


This should give us the option to add our own implementation to that storag...

Read more...
0 Comments

Read more...
0 Comments

Category: Development (1409)

STATUS DETAILS
New