View Issue Details

IDProjectCategoryView StatusLast Update
0000044easycwmpEnhancementpublic2015-06-09 17:36
Reportermohamed.kallel Assigned Touser55 
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Summary0000044: Change the usage of the case_param function. Use "&& {...}" instead of "|| return"
DescriptionChange the usage of the function case_param.

The old way is:

case_param "$1" belongto "$DMROOT.WANDevice.1.WANConnectionDevice.$j." || return

The new way:


case_param "$1" belongto "$DMROOT.WANDevice.1.WANConnectionDevice.$j." && {
    ......
    ......
}
TagsNo tags attached.
e-mail notification

Activities

user55

2015-06-09 17:36

  ~0000196

fixed in EasyCwmp-1.1.3

Issue History

Date Modified Username Field Change
2015-03-17 10:19 mohamed.kallel New Issue
2015-06-09 17:35 user55 Status new => resolved
2015-06-09 17:35 user55 Resolution open => fixed
2015-06-09 17:35 user55 Assigned To => user55
2015-06-09 17:35 user55 Status resolved => feedback
2015-06-09 17:35 user55 Resolution fixed => reopened
2015-06-09 17:36 user55 Note Added: 0000196
2015-06-09 17:36 user55 Status feedback => resolved
2015-06-09 17:36 user55 Resolution reopened => fixed