Description of problem: In Imanage UI, if two cron entries are made in a crontab, after submitting, when user checks the crontab in 'Inventory' tab of the crontab for entered cron entries, it displays only second entry. The first entry is not displayed. Version-Release number of selected component (if applicable): version: 1.4.0-SNAPSHOT How reproducible: Steps to Reproduce: 1.Login to managed platform . 2.Select the cron resource. 3.Select the 'Inventory' tab. 4.Click on 'OK' button to create new cron tab. 5.Enter the minute, hour, day of month, month, day of week, user, and the command to be executed as: */10 3,4 * * * root echo “This command runs Every ten minutes of every day but only at 3 and 4 am.” 6. Click on 'Add New' button to add second cron entry. 7. Enter the minute, hour, day of month, month, day of week, user, and the command to be executed as: */10 2,3 * * * root echo “This command runs Every ten minutes of every day but only at 2 and 3 am.” 8. Click Submit. 9. Check in 'Inventory' tab if the crontab is created. 10. Click on crontab and verify the cron entries. It displays only the second entry. The first cron entry is not displayed. Actual results: The crontab displayes only one cron entry. Expected results: Crontab should display all the cron entries entered. Additional info:
Temporarily adding the keyword "SubBug" so we can be sure we have accounted for all the bugs. keyword: new = Tracking + FutureFeature + SubBug
making sure we're not missing any bugs in rhq_triage
Lowering severity/priority - not an enterprise plugin