ORIENT/modules/backend/formwidgets
Dave Shoreman d18a0a6453 Add missing ApplicationException dependency
The relation backend formwidget throws an `ApplicationException` when a relation isn't defined, but the exception is missing its `use` statement. This PR adds it in. See error below:

![Screenshot showing error thrown](http://i.imgur.com/4Ka6fL2.png)
2015-04-01 19:13:42 +01:00
..
codeeditor Emmet support for Codeeditor 2015-02-18 20:54:36 +01:00
colorpicker Popup control now supports several sizes via `data-size` attribute: giant, huge, large, small, tiny. 2015-02-11 14:36:00 +11:00
datagrid/partials Convert DataGrid form widget in to Grid widget (no longer exclusive to forms) 2014-07-16 17:28:37 +10:00
datatable/partials Create initial DataTable form widget 2015-01-03 11:57:50 +11:00
datepicker Combine datepicker JS assets, sync z-index for timepicker 2015-02-28 19:32:17 +11:00
fileupload Uploader now supports defining acceptable file types 2015-01-31 15:31:46 +11:00
recordfinder Various minor fixes and improvements 2015-03-18 19:28:14 +11:00
relation/partials Remove cms.tempDir - use temp_path() 2015-02-07 15:42:20 +11:00
repeater Fixes #995 - Adds sorting to repeater 2015-03-23 20:03:37 +11:00
richeditor Minor fixes, improvements to full screen rich editor 2015-03-06 18:54:45 +11:00
CodeEditor.php Refactor form widgets to use new fillFromConfig() helper 2015-02-28 14:43:34 +11:00
ColorPicker.php Refactor form widgets to use new fillFromConfig() helper 2015-02-28 14:43:34 +11:00
DataGrid.php Add warning about impending doom 2015-02-28 13:39:21 +11:00
DataTable.php Reorganise and improve RelationController 2015-03-27 22:20:52 +11:00
DatePicker.php Combine datepicker JS assets, sync z-index for timepicker 2015-02-28 19:32:17 +11:00
FileUpload.php Add missed Lang class using 2015-03-28 15:01:23 +03:00
RecordFinder.php Improve DataTable form widget, fixes vague error in RecordFinder 2015-03-24 20:10:45 +11:00
Relation.php Add missing ApplicationException dependency 2015-04-01 19:13:42 +01:00
Repeater.php Minor fixes, improvements to full screen rich editor 2015-03-06 18:54:45 +11:00
RichEditor.php Refactor form widgets to use new fillFromConfig() helper 2015-02-28 14:43:34 +11:00