Feedback HTML views added and fixes made
This commit is contained in:
parent
baea01e8b5
commit
09f9cf9d48
6 changed files with 110 additions and 5 deletions
|
@ -45,7 +45,6 @@ sub post_feedback {
|
|||
my $user = $user_rs->find({'email' => $validation->param('email')});
|
||||
|
||||
$c->schema->resultset('Feedback')->create({
|
||||
email => $validation->param('email'),
|
||||
user => $user,
|
||||
feedbacktext => $validation->param('feedbacktext'),
|
||||
app_name => $validation->param('app_name'),
|
||||
|
|
Reference in a new issue