mirror of
				https://github.com/gitbucket/gitbucket.git
				synced 2025-10-31 10:36:05 +01:00 
			
		
		
		
	Add FlashMapSupport to ControllerBase.
This commit is contained in:
		| @@ -20,7 +20,8 @@ import org.scalatra.i18n._ | ||||
|  * Provides generic features for controller implementations. | ||||
|  */ | ||||
| abstract class ControllerBase extends ScalatraFilter | ||||
|   with ClientSideValidationFormSupport with JacksonJsonSupport with I18nSupport with Validations with SystemSettingsService { | ||||
|   with ClientSideValidationFormSupport with JacksonJsonSupport with I18nSupport with FlashMapSupport with Validations | ||||
|   with SystemSettingsService { | ||||
|  | ||||
|   implicit val jsonFormats = DefaultFormats | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user