Project

General

Profile

Actions

Bug #4290

closed

User Groups name length does not have a max length in UI

Added by Blair Morrison about 10 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Rails
Target version:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

When creating a User Group in the foreman UI, there is not a maximum length indicated for the name.
Instead, it will allow names up to 255 chars long. Any name longer than 255 receives this error after clicking submit:

ActiveRecord::StatementInvalid
PGError: ERROR: value too long for type character varying(255) : INSERT INTO "usergroups" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id"
app/controllers/usergroups_controller.rb:12:in `create'
app/models/concerns/foreman/thread_session.rb:33:in `clear_thread'
lib/middleware/catch_json_parse_errors.rb:9:in `call'

Actions #1

Updated by Dominic Cleal about 10 years ago

  • Category set to Rails
Actions #2

Updated by Dominic Cleal about 10 years ago

  • Status changed from New to Ready For Testing
  • Target version set to 1.9.1
Actions #3

Updated by Anonymous about 10 years ago

  • Target version changed from 1.9.1 to 1.9.0
Actions #4

Updated by Dominic Cleal about 10 years ago

  • translation missing: en.field_release set to 4
Actions #5

Updated by Anonymous about 10 years ago

  • Status changed from Ready For Testing to Closed
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF