Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Refactor ViewJson #106

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Refactor ViewJson #106

wants to merge 2 commits into from

Commits on Jun 2, 2016

  1. Issue #105: Refactor ViewJson

    - Move text property routing into routable ViewBehaviorRoutable
    - Move sparse fields handling into new ModelBehaviorSparsable
    - Only set the default model properties when a new row is created
    johanjanssens committed Jun 2, 2016
    Configuration menu
    Copy the full SHA
    6d8c64b View commit details
    Browse the repository at this point in the history
  2. Issue #105: Do not check if the property exists

    The property might not be present in the data during insert or update. If the behavior is supported always set the property during insert and or update.
    johanjanssens committed Jun 2, 2016
    Configuration menu
    Copy the full SHA
    53802aa View commit details
    Browse the repository at this point in the history