[web] fix muledit rendering bug
form.cw_col might be None and explicitly passing None to the selector
chain may crash. Most __call__ methods of selectors are defined as in :
def __call__(self, cls, req, rset, row=None, col=0, **kwargs)
and then manipulate col as if it's an integer.
action box
Area visible in the upper left column. You have a list of available actions on the entity. The most frequently used entry is `modify`.
object
All element created in the application
Example: project, ticket, user, ...
relation editing module
HTML widget that let you define new relations amongst objects.
relation
It's a kind of 'smart' link between 2 objets of the application. It has a specific sense that determine dynamic behaviour and add a new logic of the content.