grid is starting to work, actions and view to go
[catagits/Reaction.git] / lib / Reaction / UI / Widget / Object.pm
index 68b47f3..505d00d 100644 (file)
@@ -5,7 +5,7 @@ use Reaction::UI::WidgetClass;
 class Object, which {
 
   implements fragment field_list {
-    render field => over $_{viewport}->ordered_fields;
+    render field => over $_{viewport}->fields;
   };
 
   implements fragment field {