Page MenuHomePhabricator

Don't hide action lists if there are no property list properties
ClosedPublic

Authored by epriestley on May 19 2014, 5:33 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Dec 15, 5:32 PM
Unknown Object (File)
Thu, Nov 28, 1:10 PM
Unknown Object (File)
Thu, Nov 28, 1:10 PM
Unknown Object (File)
Thu, Nov 28, 12:19 PM
Unknown Object (File)
Thu, Nov 28, 12:08 PM
Unknown Object (File)
Wed, Nov 27, 3:44 AM
Unknown Object (File)
Sat, Nov 23, 3:35 AM
Unknown Object (File)
Nov 20 2024, 12:42 PM
Subscribers

Details

Summary

Fixes T5108. If we render a property list with no properties, it doesn't render anything. This hides any attached action list.

Instead, insert an empty property if we have an action list but no properties.

(This could use some cleanup eventually, but resolve the issue for now.)

Test Plan

Viewed a property list with actions but no properties; saw actions.

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

epriestley retitled this revision from to Don't hide action lists if there are no property list properties.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
btrahan edited edge metadata.
This revision is now accepted and ready to land.May 19 2014, 7:08 PM
epriestley updated this revision to Diff 21857.

Closed by commit rPedd8242008be (authored by @epriestley).