webmcp

view framework/env/slot/__init.lua @ 493:9f9a67c8f6f5

Simplified implementation of slot.set_layout(...) when using request.is_in_progress()
author jbe
date Tue Jun 27 17:36:20 2017 +0200 (2017-06-27)
parents 93ebbc1e5dbc
children
line source
1 request.for_each(function()
3 slot._active_slot = "default"
5 slot._current_layout = "default"
6 slot._content_type = nil
7 slot._layout_set = false
9 slot._data = nil
10 slot.reset_all()
12 end)

Impressum / About Us