mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 01:35:17 +00:00
Merge pull request #11976 from nocodb/revert/pr-11971-changes
revert(nocodb): row colouring pr changes #11971
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user