z_install_update_task (zotonic_core v1.0.0-rc.10)

Update tasks to be triggered by the z_install_update.erl change routines.

Link to this section Summary

Functions

Initialize the language column from the language property in the serialized props.

Link to this section Functions

Link to this function

init_language(Context)

-spec init_language(z:context()) -> ok | {delay, integer(), list()}.
Initialize the language column from the language property in the serialized props.
Link to this function

init_language(Id, Context)

-spec init_language(undefined | integer(), z:context()) -> ok | {delay, integer(), list()}.