Skip to content

Commit

Permalink
ServiceCombo - changed search url
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverFire committed Sep 1, 2015
1 parent 00f2754 commit 89363d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/widgets/combo/ServiceCombo.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
class ServiceCombo extends Combo
{
/** @inheritdoc */
public $type = 'hosting/service';
public $name = 'name';

/** @inheritdoc */
public $name = 'name';
public $type = 'hosting/service';

/** @inheritdoc */
public $url = '/hosting/service/search';
public $url = '/hosting/service/index';

/** @inheritdoc */
public $_return = ['id', 'client', 'client_id', 'device', 'device_id', 'seller', 'seller_id'];
Expand Down

0 comments on commit 89363d9

Please sign in to comment.