Move the check for deleted groups when creating a View
When constructing a View, we only need to perform the deleted group
check when pulling a view record out of the db, not every time we
create a View. This change allows faster creation of View objects
in those cases where we already have all the data at hand.
Change-Id: I4d13446f31d841323692923a1cfc2647a2f3b2ed
Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
Please register or sign in to comment