Merge lp://staging/~savilerow-team/savilerow/unity-scope-selfserviceplan-newapi into lp://staging/~savilerow-team/savilerow/unity-scope-selfserviceplan
Proposed by
Chris Wayne
Status: | Merged |
---|---|
Merged at revision: | 15 |
Proposed branch: | lp://staging/~savilerow-team/savilerow/unity-scope-selfserviceplan-newapi |
Merge into: | lp://staging/~savilerow-team/savilerow/unity-scope-selfserviceplan |
Diff against target: |
150 lines (+25/-19) 6 files modified
CMakeLists.txt (+2/-2) debian/changelog (+6/-0) src/SelfServicePlanQuery.cpp (+2/-2) src/SelfServicePlanQuery.h (+4/-4) src/SelfServicePlanScope.cpp (+7/-7) src/SelfServicePlanScope.h (+4/-4) |
To merge this branch: | bzr merge lp://staging/~savilerow-team/savilerow/unity-scope-selfserviceplan-newapi |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Scott Sweeny (community) | Approve | ||
Review via email: mp+212890@code.staging.launchpad.net |
Description of the change
New api
To post a comment you must log in.
75 - header. add_component( "title" , "title"); add_atribute_ mapping( "title" , "title"); component( "source" , "art"); atribute_ mapping( "source" , "art"); "description" , "text"); add_component( "text", "summary"); add_atribute_ mapping( "text", "summary");
76 + header.
77
78 PreviewWidget art("art", "image");
79 - art.add_
80 + art.add_
81
82 PreviewWidget description(
83 - description.
84 + description.
Should be add_attribute_ mapping