[ https://issues.apache.org/jira/browse/SOLR-15216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17298431#comment-17298431 ]
ASF subversion and git services commented on SOLR-15216: -------------------------------------------------------- Commit d76dfaf68a86fe3609315f2d37a1edbe43f6b439 in lucene-solr's branch refs/heads/branch_8x from Dean Pearce [ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=d76dfaf ] SOLR-15216 Fix for Invalid Reference to data.followers in Admin UI (#2456) * SOLR-15216 Fix for incorrect reference to data.followers when API in 8.x returns data.slave. * SOLR-15216 Update CHANGES.txt with bug fix. > Invalid JS Object Key data.followers.currentData > ------------------------------------------------ > > Key: SOLR-15216 > URL: https://issues.apache.org/jira/browse/SOLR-15216 > Project: Solr > Issue Type: Bug > Security Level: Public(Default Security Level. Issues are Public) > Components: Admin UI > Affects Versions: 8.7, 8.8, 8.8.1 > Reporter: Dean Pearce > Priority: Major > Time Spent: 40m > Remaining Estimate: 0h > > Minor bug in the Admin UI Angular code, a line was changed to ` > settings.currentTime = parseDateToEpoch(data.follower.currentDate);` but the > underlying API still refers to `data.slave`. I believe this is fixed in the > master stream as the migration to the new leader/follower naming was > complete, but is broken in 8.x (8.7 an onwards). -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org