Merge pull request #11976 from nocodb/revert/pr-11971-changes

revert(nocodb): row colouring pr changes #11971
This commit is contained in:
Pranav C
2025-07-28 11:57:21 +05:30
committed by GitHub
2 changed files with 7 additions and 1 deletions

View File

@@ -6,7 +6,6 @@ import {
parseProp,
UITypes,
ViewTypes,
ROW_COLORING_MODE,
} from 'nocodb-sdk';
import { Logger } from '@nestjs/common';
import type {
@@ -15,6 +14,7 @@ import type {
ExpandedFormModeType,
FilterType,
NcRequest,
ROW_COLORING_MODE,
ViewType,
} from 'nocodb-sdk';
import type { NcContext } from '~/interface/config';

View File

@@ -58,6 +58,12 @@ export class ViewRowColorService {
ncMeta?: MetaService;
}) {}
async removeRowColorInfo(_params: {
context: NcContext;
fk_view_id?: string;
ncMeta?: MetaService;
}) {}
async checkIfColumnInvolved(_param: {
context: NcContext;
existingColumn: Column;