()
| 62 | created () { return new Date(parseInt(this.id.substring(0, 8), 16) * 1000) } |
| 63 | |
| 64 | backupKey () { |
| 65 | if (this.usesVersions) { return this.id } else { return this.id } // + ':' + @attributes.__v # TODO: doesn't work because __v doesn't actually increment. #2061 |
| 66 | } |
| 67 | // if fixed, RevertModal will also need the fix |
| 68 | |
| 69 | setProjection (project) { |
no outgoing calls
no test coverage detected