()
| 210 | } |
| 211 | |
| 212 | onLeaveMessage () { |
| 213 | if (this.madeChanges) { |
| 214 | return UNSAVED_CHANGES_MESSAGE |
| 215 | } |
| 216 | } |
| 217 | |
| 218 | onSubmitPatch (e) { |
| 219 | // Added due to high volume of translations getting set on english fields. |
nothing calls this directly
no outgoing calls
no test coverage detected