Bug 1813524
| Summary: | Attributes couldn't be changed using web-console | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | Maksim Blinov <totkapf> |
| Component: | 389-ds-base | Assignee: | mreynolds |
| Status: | CLOSED ERRATA | QA Contact: | RHDS QE <ds-qe-bugs> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | epel8 | CC: | lkrispen, spichugi, tbordaz, vashirov |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-04-02 01:13:11 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
For me, this works on the latest version (1.4.2.9). So this might be fixed when we release the next version (1.4.2.9). Just to confirm your exact version can you please run: rpm -qa | grep 389-ds-base Thanks! I've tried the test branch of DS and install 1.4.3 version at clear VM instance but I've got the same error. 389-ds-base-libs-1.4.3.2-1.module_el8+7439+6ecde4c0.1.x86_64 389-ds-base-1.4.3.2-1.module_el8+7439+6ecde4c0.1.x86_64 I couldn't find any records in all logs at system instead of mentioned above javascript console. (In reply to Maksim Blinov from comment #2) > I've tried the test branch of DS and install 1.4.3 version at clear VM > instance but I've got the same error. > > 389-ds-base-libs-1.4.3.2-1.module_el8+7439+6ecde4c0.1.x86_64 > 389-ds-base-1.4.3.2-1.module_el8+7439+6ecde4c0.1.x86_64 Ok this is a completely different branch. In the 1.4.3 branch, it was fixed in 1.4.3.3. So in 1.4.2, it was fixed in 1.4.2.9 or newer In 1.4.3, it was fixed in 1.4.3.3 or newer The upstream ticket that fixed your issue is https://pagure.io/389-ds-base/issue/50855. The issue you are running into was that a change was made that broke all the "typeAhead" fields in the UI. To this was addressed in 50855 along with other UI enhancements. So it sounds like we need to get some new EPEL builds done ASAP... FEDORA-EPEL-MODULAR-2020-797ebb4b4b has been submitted as an update to Fedora Epel 8 Modular. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-MODULAR-2020-797ebb4b4b FEDORA-EPEL-MODULAR-2020-6f40724cac has been submitted as an update to Fedora Epel 8 Modular. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-MODULAR-2020-6f40724cac 389-directory-server-testing-820200316174437.9edba152 has been pushed to the Fedora Epel 8 Modular testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-MODULAR-2020-797ebb4b4b 389-directory-server-stable-820200316174414.9edba152 has been pushed to the Fedora Epel 8 Modular testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-MODULAR-2020-6f40724cac There are still issues with adding/editing indexes, this is currently being fixed in issue 50966... FEDORA-EPEL-MODULAR-2020-797ebb4b4b has been pushed to the Fedora Epel 8 Modular stable repository. If problem still persists, please make note of it in this bug report. FEDORA-EPEL-MODULAR-2020-6f40724cac has been pushed to the Fedora Epel 8 Modular stable repository. If problem still persists, please make note of it in this bug report. |
Description of problem: Any attempts to add or change attributes lead to unaxpected error with suggestion to reload cockpit page. Version-Release number of selected component (if applicable): Name : 389-ds-base Version : 1.4.2.7 How reproducible: Add new index and click the field Select An Attribute. Steps to Reproduce: 1.Install epel-release repository 2.Install 389-directory-server:stable/default 3.Enable cockpit 4.Login in localhost:9090 5.Select 389 Directory Server Management 6.Create new instance with default settings 7.Go to Database -> dc=example,dc=com -> Indexes 8.Click Add Index and Select An Attribute field Actual results: All information at the page concerning Database disappeared from the page. And a window appeared with the infortion of inner cockpit error and sugestion to reload the page. Output of the javascript console: index.js:39 Error: Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings. at e.exports (index.js:10) at t.default (index.js:10) at r._renderMenuItem (index.js:23) at Array.map (<anonymous>) at t.value (index.js:23) at uo (index.js:39) at co (index.js:39) at go (index.js:39) at qo (index.js:39) at Xo (index.js:39) xo @ index.js:39 index.js:39 Uncaught Error: Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings. at e.exports (index.js:10) at t.default (index.js:10) at r._renderMenuItem (index.js:23) at Array.map (<anonymous>) at t.value (index.js:23) at uo (index.js:39) at co (index.js:39) at go (index.js:39) at qo (index.js:39) at Xo (index.js:39) Expected results: Additional info: