Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.3.0-b1
-
Component/s: None
-
Labels:None
Description
Add two new Module methods
public function getAdminServiceTabs($service) { Loader::loadModels($this, ['Packages']); $package = $this->Packages->get($service->package_id); if ($package) { return $this->getAdminTabs($package); } return []; } public function getClientServiceTabs($service) { Loader::loadModels($this, ['Packages']); $package = $this->Packages->get($service->package_id); if ($package) { return $this->getClientTabs($package); } return []; }
This will allow the display of tabs to be determined base on client, config options, or other service related data.
Then we should update the tab displays to use the new methods.
Issue Links
- blocks
-
CORE-4426 Namesilo: Implement Domain Manager config options
- Closed
Activity
Jonathan Reissmueller
created issue -
Jonathan Reissmueller
made changes -
Field | Original Value | New Value |
---|---|---|
Rank | Ranked higher |
Jonathan Reissmueller
made changes -
Sprint | 5.3.0 Sprint 1 [ 138 ] |
Jonathan Reissmueller
made changes -
Rank | Ranked higher |
Jonathan Reissmueller
made changes -
Story Points | 3 |
Jonathan Reissmueller
made changes -
Abdy Franco
made changes -
Assignee | Abdy Franco [ abdy ] |
Abdy Franco
made changes -
Status | Open [ 1 ] | In Progress [ 3 ] |
Abdy Franco
made changes -
Remaining Estimate | 0 minutes [ 0 ] | |
Time Spent | 52 minutes [ 3120 ] | |
Worklog Id | 15258 [ 15258 ] |
Abdy Franco
made changes -
Status | In Progress [ 3 ] | In Review [ 5 ] |
Resolution | Fixed [ 1 ] |
Jonathan Reissmueller
made changes -
Status | In Review [ 5 ] | Closed [ 6 ] |