Project

General

Profile

Actions

Bug #2211

open

Checks on hash values

Added by Trojanski T. about 11 years ago.

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

Description

Hi,

I was having problems by adding multiple hash values, after submitting it was going to list of classes, but in fact it was not saving the hole data.
The problem was I had the same (duplicate) $title for 2 values like below.

  nofile: 
    value: "1048576" 
    domain: "-" 
    item: nofile
    ensure: present
    type: soft
  nofile: 
    value: "1048576" 
    domain: "-" 
    item: nofile
    ensure: present
    type: hard
  noproc: 
    value: "2048" 
    domain: "-" 
    item: nproc
    ensure: present
    type: soft

It worked by changing to different $titles - nofile and nofile1

Could you please add checks to not proceed to the class list and show some warning message ?

Thanks

No data to display

Actions

Also available in: Atom PDF