Add support for rentalcar reservation
ClosedPublic

Authored by mlaurent on Aug 9 2018, 7:44 PM.

Details

Summary

Add rental car reservation support

Test Plan

We need to find test data for it :)

Diff Detail

Repository
R81 KDE PIM Addons
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
mlaurent created this revision.Aug 9 2018, 7:44 PM
Restricted Application added a project: KDE PIM. · View Herald TranscriptAug 9 2018, 7:44 PM
Restricted Application added a subscriber: kde-pim. · View Herald Transcript
mlaurent requested review of this revision.Aug 9 2018, 7:44 PM

Grantlee needs all Q_GADGET types manually registered, see semanticrenderer.cpp, RentalCarReservation needs to be added there, all other used types (Place, Person, etc) should already be covered.

mlaurent updated this revision to Diff 39376.Aug 10 2018, 4:56 AM
  • Grantlee needs all Q_GADGET types manually registered
vkrause accepted this revision.Aug 10 2018, 6:15 AM

One more Grantlee registration line, then this can go in, thanks!

plugins/messageviewer/bodypartformatter/semantic/semanticrenderer.cpp
120–122

and once more here please ^

This revision is now accepted and ready to land.Aug 10 2018, 6:15 AM
mlaurent updated this revision to Diff 39382.Aug 10 2018, 7:01 AM
  • Register RentalCar*
vkrause accepted this revision.Aug 10 2018, 7:19 AM
This revision was automatically updated to reflect the committed changes.