uPortal-Attic / uportal-home

Alternative UI for Apereo uPortal (originally built for MyUW)
http://uportal-project.github.io/uportal-home/
Apache License 2.0
25 stars 27 forks source link

fix: remove padding around fname in widget view #851

Closed davidmsibley closed 6 years ago

davidmsibley commented 6 years ago

The update from angular 1.5.8 to 1.7.2 meant that directive attribute values no longer were being trimmed before put into scope. This caused a bug that looked like an authorization problem (but was actually a 500) when clicking into a compact widget.

Broken:

screen shot 2018-08-07 at 11 05 45 am

Correct:

screen shot 2018-08-07 at 11 06 03 am

Contributor License Agreement adherence: