(err)
| 1732 | } |
| 1733 | |
| 1734 | function reportErrorAndNext(err) { |
| 1735 | if (err) { |
| 1736 | ctx.Model.handleChangeError(err, 'after save'); |
| 1737 | } |
| 1738 | next(); |
| 1739 | } |
| 1740 | } |
| 1741 | |
| 1742 | function rectifyOnDelete(ctx, next) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…