Page MenuHomePhabricator

Fix rendering issue for LDAP configuration provider transactions
ClosedPublic

Authored by epriestley on Jan 8 2014, 1:49 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 9, 8:44 AM
Unknown Object (File)
Apr 24 2025, 1:03 AM
Unknown Object (File)
Apr 22 2025, 7:50 AM
Unknown Object (File)
Apr 21 2025, 7:26 AM
Unknown Object (File)
Apr 20 2025, 3:24 PM
Unknown Object (File)
Apr 12 2025, 8:57 PM
Unknown Object (File)
Apr 8 2025, 1:15 AM
Unknown Object (File)
Apr 5 2025, 4:54 AM
Subscribers

Details

Summary

Fixes T4290. At least one of the fields (realname) may have a list of items, and strlen(array('first', 'last')) produces the warning and stack trace in T4290.

Test Plan
  • Edited realname from an array value to an array value.
  • Hit error.
  • Applied patch.
  • No more error.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped