Skip to content

Commit

Permalink
Inserção de cobjects em lotes nos blocos
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriMenezes committed Aug 2, 2016
1 parent 46ad48b commit cf62c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Editor/app/views/cobjectCobjectblock/_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

<div class="formField">
<?php echo $form->labelEx($model,'cobject_id'); ?>
<?php echo $form->textArea($model, 'cobject_id', array('maxlength' => 1000)); ?>
<?php echo $form->textArea($model, 'cobject_id', array('maxlength' => 100000)); ?>
<?php echo $form->error($model,'cobject_id'); ?>
</div>

Expand Down

0 comments on commit cf62c4c

Please sign in to comment.