From cc3e99fa9878bfb722e61d4a09d94839b152c5b7 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Sun, 16 Jul 2017 22:05:52 +0100 Subject: Set up translatable category columns. As category is used both for display and as a link between Problem and Contact tables, add `category_display` for use whenever a category is displayed. --- t/app/model/problem.t | 9 --------- 1 file changed, 9 deletions(-) (limited to 't/app/model/problem.t') diff --git a/t/app/model/problem.t b/t/app/model/problem.t index 76b7c476a..718b980b0 100644 --- a/t/app/model/problem.t +++ b/t/app/model/problem.t @@ -116,15 +116,6 @@ for my $test ( category => 'Please choose a category', } }, - { - desc => 'bad category', - changed => { - category => '-- Pick a property type --', - }, - errors => { - category => 'Please choose a property type', - } - }, { desc => 'correct category', changed => { -- cgit v1.2.3