[
https://issues.apache.org/jira/browse/CLOUDSTACK-9335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15235010#comment-15235010
]
ASF subversion and git services commented on CLOUDSTACK-9335:
-------------------------------------------------------------
Commit 24abba62abb015f796aad69ea3aba669665c502f in cloudstack's branch
refs/heads/master from [[email protected]]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=24abba6 ]
CLOUDSTACK-9335: fix typo in dashboard's fetchlatest usage
This fixes a typographical error in UI that did not previously send fetchLatest
flag in the listCapacity API request.
Signed-off-by: Rohit Yadav <[email protected]>
> CloudStack UI has a typo and does not send fetchlatest=true correctly to
> listCapacity
> -------------------------------------------------------------------------------------
>
> Key: CLOUDSTACK-9335
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9335
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: UI
> Affects Versions: 4.7.0, 4.8.0
> Environment: No specific environment needed
> Reporter: Erik Weber
> Assignee: Rohit Yadav
> Priority: Minor
> Labels: ui
> Fix For: 4.9.0
>
>
> In ui/scripts/dashboard.js there is a typo around line 187 and 189 that reads:
> data.fetchLastest = true;
> There is an extra 's' there, and it should be data.fetchLatest = true;
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)