Anonymous | Login | Signup for a new account | 2021-03-08 10:04 CET | ![]() |
My View | View Issues | Change Log | Roadmap | My Account |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000041 | easycwmp | [All Projects] Enhancement | public | 2015-03-04 11:46 | 2015-03-16 10:58 | ||||
Reporter | mohamed.kallel | ||||||||
Assigned To | mohamed.kallel | ||||||||
Priority | normal | Severity | minor | Reproducibility | have not tried | ||||
Status | resolved | Resolution | fixed | ||||||
Platform | version 1.1.1 | OS | OS Version | ||||||
Summary | 0000041: remove the "$1" "$2" "$3" from the definition of data model parameters in the scripts | ||||||||
Description | Remove the "$1" "$2" "$3" from the definition of data model parameters in the scripts. And use global variable instead Change the use of "$1" "$2" "$3" by using global variables example: change the following lines: case "$1" in ""|"$DMROOT."|"$DMROOT.DeviceInfo."*) common_execute_method_obj "$1" "$2" "$3" "$DMROOT.DeviceInfo." "0" common_execute_method_param "$1" "$2" "$3" "$DMROOT.DeviceInfo.SpecVersion" "0" "echo 1.0" "" "" "1" BY case "$1" in ""|"$DMROOT."|"$DMROOT.DeviceInfo."*) common_execute_method_obj "$DMROOT.DeviceInfo." "0" common_execute_method_param "$DMROOT.DeviceInfo.SpecVersion" "0" "echo 1.0" "" "" "1" | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
![]() |
|
(0000146) mohamed.kallel (manager) 2015-03-16 10:58 |
fixed in the version EasyCwmp-1.1.2 |
![]() |
|||
Date Modified | Username | Field | Change |
2015-03-04 11:46 | mohamed.kallel | New Issue | |
2015-03-04 11:47 | mohamed.kallel | Description Updated | View Revisions |
2015-03-16 10:58 | mohamed.kallel | Note Added: 0000146 | |
2015-03-16 10:58 | mohamed.kallel | Status | new => resolved |
2015-03-16 10:58 | mohamed.kallel | Resolution | open => fixed |
2015-03-16 10:58 | mohamed.kallel | Assigned To | => mohamed.kallel |
Copyright © 2000 - 2021 MantisBT Team |