remove Stack table from Generator #4

Open
opened 2021-03-19 13:13:52 +01:00 by tomasz.sowa · 0 comments
Owner

Probably the Stack (stack_tab) can be removed from Generator. Now the Stack item can be saved when we add a model to a container (Functions<>?). So:

functions.add(L"item", model_item)

will create a Stack item. Later if you call from template:

[item.my_function]

the Stack item will be taken from Functions and pass to 'my_function'.

Probably the Stack (stack_tab) can be removed from Generator. Now the Stack item can be saved when we add a model to a container (Functions<>?). So: ``` functions.add(L"item", model_item) ``` will create a Stack item. Later if you call from template: ``` [item.my_function] ``` the Stack item will be taken from Functions and pass to 'my_function'.
tomasz.sowa added this to the 0.9.7 morm models milestone 2021-03-19 13:13:52 +01:00
tomasz.sowa added the
enhancement
label 2021-03-19 13:13:52 +01:00
tomasz.sowa self-assigned this 2021-03-19 13:13:52 +01:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: tomasz.sowa/ezc#4
No description provided.