webflo / drush_ddoto

Post patch on drupal.org directly from your command line.
4 stars 2 forks source link

Re-use edit form #9

Open webflo opened 10 years ago

webflo commented 10 years ago

I think we can save on HTTP Request in drush_drush_ddoto_post_comment().

drush_drush_ddoto_post_comment calls $client->getForm($nid) and later we do the same request in $client->postComment(). We should try to inject an existing form element in postComment.