Show
Ignore:
Timestamp:
01/22/10 18:19:28 (3 years ago)
Author:
luciano.ramalho
Message:

implemented help text editing via the assistance app

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/clinicaltrials/assistance/fixtures/initial_data.json

    r134 r165  
    7575      "title": "Pellentesque ullamcorper augue at ante rhoncus ultrices?" 
    7676    } 
     77  },  
     78  { 
     79    "pk": 1,  
     80    "model": "assistance.fieldhelp",  
     81    "fields": { 
     82      "field": "scientific_title",  
     83      "form": "TrialIdentificationForm",  
     84      "text": "Scientific title of the study as it appears in the protocol submitted for funding and ethical review." 
     85    } 
     86  },  
     87  { 
     88    "pk": 2,  
     89    "model": "assistance.fieldhelp",  
     90    "fields": { 
     91      "field": "scientific_acronym",  
     92      "form": "TrialIdentificationForm",  
     93      "text": "Include trial acronym if available." 
     94    } 
     95  },  
     96  { 
     97    "pk": 3,  
     98    "model": "assistance.fieldhelp",  
     99    "fields": { 
     100      "field": "scientific_acronym_expansion",  
     101      "form": "TrialIdentificationForm",  
     102      "text": "" 
     103    } 
     104  },  
     105  { 
     106    "pk": 4,  
     107    "model": "assistance.fieldhelp",  
     108    "fields": { 
     109      "field": "public_title",  
     110      "form": "TrialIdentificationForm",  
     111      "text": "Title intended for the lay public in easily understood language." 
     112    } 
     113  },  
     114  { 
     115    "pk": 5,  
     116    "model": "assistance.fieldhelp",  
     117    "fields": { 
     118      "field": "acronym",  
     119      "form": "TrialIdentificationForm",  
     120      "text": "" 
     121    } 
     122  },  
     123  { 
     124    "pk": 6,  
     125    "model": "assistance.fieldhelp",  
     126    "fields": { 
     127      "field": "issuing_authority",  
     128      "form": "TrialNumberForm",  
     129      "text": "" 
     130    } 
     131  },  
     132  { 
     133    "pk": 7,  
     134    "model": "assistance.fieldhelp",  
     135    "fields": { 
     136      "field": "id_number",  
     137      "form": "TrialNumberForm",  
     138      "text": "" 
     139    } 
     140  },  
     141  { 
     142    "pk": 8,  
     143    "model": "assistance.fieldhelp",  
     144    "fields": { 
     145      "field": "DELETE",  
     146      "form": "TrialNumberForm",  
     147      "text": "" 
     148    } 
    77149  } 
    78150]