mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-16 03:34:48 +02:00
Transform attributes before passing them to the row's widget
This commit is contained in:
@ -401,6 +401,9 @@ var et2_dataview_rowProvider = Class.extend({
|
||||
entry.widget.id = data.id;
|
||||
}
|
||||
|
||||
// Adjust data for that row
|
||||
entry.widget.transformAttributes(data);
|
||||
|
||||
// Call the setDetachedAttributes function
|
||||
entry.widget.setDetachedAttributes(nodes, data);
|
||||
}
|
||||
|
Reference in New Issue
Block a user