Ignore:
Timestamp:
06/15/12 09:17:48 (12 years ago)
Author:
gustavo
Message:

Ticket #2766 - implementacao da dfd0065 e correcao de bugs da dfd0099

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.4.1-3/prototype/rest/catalog/DynamicContactsResource.php

    r6473 r6512  
    9090 
    9191                $i->addData($d); 
     92                                 
     93                                $d = new Data(); 
     94                $d->setName('id'); 
     95                $d->setValue($value['id']); 
     96                $d->setPrompt('Id do contato dinamico'); 
     97                $d->setDataType('integer'); 
     98                $d->setMaxLength('100'); 
     99                $d->setMinLength(null); 
     100                $d->setRequired(false); 
     101 
     102                $i->addData($d); 
    92103 
    93104                $l = new Link(); 
Note: See TracChangeset for help on using the changeset viewer.