----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/57813/#review169600 -----------------------------------------------------------
ambari-web/app/utils/ajax/ajax.js Line 3059 (original), 3060 (patched) <https://reviews.apache.org/r/57813/#comment242040> Although it does not have any impact in API response as of now but lets not append "fields" and "minimal_response" param in the data body also. ambari-web/app/utils/ajax/ajax.js Lines 3061-3063 (original), 3062-3066 (patched) <https://reviews.apache.org/r/57813/#comment242039> only if '&fields' param is present in the url then lets append opt.url = '&_=' + App.datetime instead of '?_=' - Jaimin Jetly On March 21, 2017, 5:34 p.m., Andrii Tkach wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/57813/ > ----------------------------------------------------------- > > (Updated March 21, 2017, 5:34 p.m.) > > > Review request for Ambari, Aleksandr Kovalenko and Jaimin Jetly. > > > Bugs: AMBARI-20521 > https://issues.apache.org/jira/browse/AMBARI-20521 > > > Repository: ambari > > > Description > ------- > > STR: > Create a Kafka cluster with Kafka brokers on 64 hosts (or any cluster with > master components hosted on 64 separate hosts) > Navigate to any service on ambari-web that has quicklinks > Actual Result: Quick links are incorrectly absent > Expected Result: Quick links should be shown > > > Diffs > ----- > > ambari-web/app/utils/ajax/ajax.js b856e44 > ambari-web/test/utils/ajax/ajax_test.js 35de05f > > > Diff: https://reviews.apache.org/r/57813/diff/1/ > > > Testing > ------- > > 30380 passing (38s) > 157 pending > > > Thanks, > > Andrii Tkach > >
