Skip to content

Commit

Permalink
Merge pull request #1 from hmalphettes/master
Browse files Browse the repository at this point in the history
A few more fields need to be editable.
  • Loading branch information
joongonn-intalio committed Aug 19, 2011
2 parents e1cebd7 + ac6b1cd commit c7ee97b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 0 additions & 1 deletion webapp/WEB-INF/web.xml
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<web-app>

<!-- CodeGlide servlet description -->
<display-name>Neoson</display-name>
<description>Mighty Neoson</description>

Expand Down
9 changes: 9 additions & 0 deletions webapp/js/neoson_field_handlers.js
Expand Up @@ -80,6 +80,15 @@ FieldHandler.prototype = {
'io_previous_operation' : handle_simple_string,
'io_method_name' : handle_simple_string,
'io_operation' : handle_simple_string,
'io_package' : handle_simple_string,
'io_created_by' : handle_simple_string,
'io_updated_by' : handle_simple_string,
'io_owner' : handle_simple_string,
'io_documentation' : handle_simple_string,
'io_notes' : handle_simple_string,
'io_execution_logs' : handle_simple_string,
'io_related_object' : handle_simple_string,
'io_source' : handle_simple_string,
},

objectDisplayedCallbacks : [],
Expand Down

0 comments on commit c7ee97b

Please sign in to comment.