Skip to content
This repository has been archived by the owner on Sep 25, 2022. It is now read-only.

NewRegisterIsoParamsでostypeidにzoneidがセットされている #17

Closed
ghost opened this issue Dec 26, 2017 · 0 comments
Closed

NewRegisterIsoParamsでostypeidにzoneidがセットされている #17

ghost opened this issue Dec 26, 2017 · 0 comments

Comments

@ghost
Copy link

ghost commented Dec 26, 2017

修正よろしくお願いします

ISOService.go (Lines 565-574)

func (s *ISOService) NewRegisterIsoParams(displaytext string, name string, url string, zoneid string, ostypeid string) *RegisterIsoParams {
	p := &RegisterIsoParams{}
	p.p = make(map[string]interface{})
	p.p["displaytext"] = displaytext
	p.p["name"] = name
	p.p["url"] = url
	p.p["zoneid"] = zoneid
	p.p["ostypeid"] = zoneid  #ここ
	return p
}
@uesyn uesyn mentioned this issue Dec 26, 2017
Merged
@uesyn uesyn closed this as completed in #18 Dec 26, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants