(core) Restoring separated transform columns

Summary:
Fix for a bug that prevented two users to change column types at
the same time.

Test Plan: Added and updated

Reviewers: georgegevoian

Reviewed By: georgegevoian

Differential Revision: https://phab.getgrist.com/D3745
This commit is contained in:
Jarosław Sadziński
2022-12-27 16:30:36 +01:00
parent 5b9242fa7c
commit e79613b0ed
6 changed files with 32 additions and 35 deletions

View File

@@ -504,14 +504,6 @@ def N(value):
return 0
def CURRENT_CONVERSION(rec):
"""
Internal function used by Grist during column type conversions. Not available for use in
formulas.
"""
return rec.gristHelper_Converted
def NA():
"""
Returns the "value not available" error, `#N/A`.