Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
user system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
26 Apr 2015 at 10:00 UTC
Updated:
18 May 2015 at 23:44 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #1
willzyx commentedComment #2
willzyx commentedComment #3
dawehnerIsn't the actual problem that we do $build['accounts'] = parent::render() and not
$build = parent::render(); $build['table']['#empty'];? I bet the #empty text doesn't' work as expected, maybe we should fix it.Comment #4
willzyx commented@dawehner you are completely right
Comment #5
willzyx commentedComment #7
jibranIs it worth adding tests?
Comment #8
willzyx commentedI think add a test for this is unnecessary and does not add any value, but let me know
Comment #9
jibranFair enough
Comment #10
alexpottAgreed that a test for this feels unnecessary.
This issue is a normal bug fix, and doesn't include any disruptive changes, so it is allowed per https://www.drupal.org/core/beta-changes. Committed d361bd6 and pushed to 8.0.x. Thanks!