~ideamonk/sahana-eden/gsoc

« back to all changes in this revision

Viewing changes to models/01_extcrud.py

  • Committer: ideamonk
  • Date: 2010-08-16 19:12:00 UTC
  • Revision ID: abhishekmishra@mbp.local-20100816191200-nh21zy2wgn6oyljr
unstable (definitely not on firefox due to loads of console.logs here n there), unclean, working on data_createFields2, grid combo now utilizes attached resources if $ key is not present in referenced ones by linking it with @uuid and extracting $ from 'name' key, hms->org field issues solved, experimenting createFields2 in list_create view.

Show diffs side-by-side

added added

removed removed

Lines of Context:
224
224
        
225
225
        if not list_fields:
226
226
            list_fields = [ f for f in headers.keys() ]
 
227
        print list_fields
227
228
        output.update(headers=headers, list_fields=list_fields)
228
229
        # END OF HACK
229
230