We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40f8499 commit 0592ee4Copy full SHA for 0592ee4
1 file changed
src/data/RecordFactory.mjs
@@ -259,15 +259,6 @@ class RecordFactory extends Base {
259
return record.isModified
260
}
261
262
- /**
263
- * @param {Object} record
264
- * @param {String} fieldName
265
- * @returns {Boolean|null} null in case the model does not use trackModifiedFields, true in case a change was found
266
- */
267
- isModifiedField(record, fieldName) {
268
- return record.isModifiedField(fieldName)
269
- }
270
-
271
/**
272
* Tests if a given object is an instance of a class created by this factory
273
* @param {Object} record
0 commit comments