Bug 1627273
| Summary: | Fields username and password are not displayed for ftp log depot settings | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Angelina Vasileva <anikifor> | ||||||
| Component: | UI - OPS | Assignee: | Milan Zázrivec <mzazrivec> | ||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Angelina Vasileva <anikifor> | ||||||
| Severity: | high | Docs Contact: | |||||||
| Priority: | high | ||||||||
| Version: | 5.10.0 | CC: | dmetzger, hkataria, lavenel, mfeifer, mpovolny, obarenbo, simaishi | ||||||
| Target Milestone: | GA | Keywords: | Regression | ||||||
| Target Release: | 5.10.0 | ||||||||
| Hardware: | All | ||||||||
| OS: | All | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | 5.10.0.19 | Doc Type: | If docs needed, set a value | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2019-02-12 16:51:44 UTC | Type: | Bug | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | CFME Core | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
|
Description
Angelina Vasileva
2018-09-10 14:22:47 UTC
Created attachment 1482144 [details]
works in 5.9
Created attachment 1482145 [details]
no username and password in 5.10
Fixed and verified in 5.10.0.19.20181009184346_1c8bf5d New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/52f5954bd1d100e8d52bcb02a5b897ffba3f6710 commit 52f5954bd1d100e8d52bcb02a5b897ffba3f6710 Author: Milan Zazrivec <mzazrivec> AuthorDate: Wed Sep 19 09:34:42 2018 -0400 Commit: Milan Zazrivec <mzazrivec> CommitDate: Wed Sep 19 09:34:42 2018 -0400 FTP log depot: bring back credential inputs https://bugzilla.redhat.com/show_bug.cgi?id=1627273 app/assets/javascripts/services/miq_db_backup_service.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commit detected on ManageIQ/manageiq-ui-classic/hammer: https://github.com/ManageIQ/manageiq-ui-classic/commit/6c7804e65f69cdc07d367a41b518ba410d0807d2 commit 6c7804e65f69cdc07d367a41b518ba410d0807d2 Author: Martin Povolny <mpovolny> AuthorDate: Mon Oct 8 11:13:21 2018 -0400 Commit: Martin Povolny <mpovolny> CommitDate: Mon Oct 8 11:13:21 2018 -0400 Merge pull request #4682 from mzazrivec/fix_ftp_credentials_for_log_depot Fix FTP credentials for log depot (cherry picked from commit 15915b21a63e9df1d86f014b38388451e8bb7f5e) https://bugzilla.redhat.com/show_bug.cgi?id=1627273 app/assets/javascripts/services/miq_db_backup_service.js | 2 +- app/views/ops/_log_collection.html.haml | 18 +- 2 files changed, 10 insertions(+), 10 deletions(-) |