Index: /branches/rel_avx_2_7_5/src/webui/webui/htdocs/new/src/client/app/modules/system/system.service.js
===================================================================
--- /branches/rel_avx_2_7_5/src/webui/webui/htdocs/new/src/client/app/modules/system/system.service.js	(revision 9133)
+++ /branches/rel_avx_2_7_5/src/webui/webui/htdocs/new/src/client/app/modules/system/system.service.js	(working copy)
@@ -166,7 +166,7 @@
                 return apiService.post(url, post_data);
             }
             function get_user() {
-                return apiService.get('/api/avx/system/user_mgmt/Administrator/_get_list_data');
+                return apiService.get('/api/avx/system/user_mgmt/Administrator/_get_list_data?key=' + JSON.stringify(['username', 'level', 'passwords']) + '&no_rest=' + JSON.stringify(true));
             }
             function add_user(data) {
                 var url = '/api/avx/system/user_mgmt/Administrator/_add';
Index: /branches/rel_avx_2_7_5/src/webui/webui/htdocs/new/src/hive/model/fields/__init__.py
===================================================================
--- /branches/rel_avx_2_7_5/src/webui/webui/htdocs/new/src/hive/model/fields/__init__.py	(revision 9133)
+++ /branches/rel_avx_2_7_5/src/webui/webui/htdocs/new/src/hive/model/fields/__init__.py	(working copy)
@@ -440,7 +440,7 @@
                 if value == CONDITIONAL_NONE:
                     return None
                 else:
-                    return getattr(obj, self.attname, None)
+                    return value
             else:
                 return getattr(obj, self.attname, None)
         else:
