Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Content Wizard - display name and path are cleared after opening a content #3248

Closed
sgauruseu opened this issue Jun 22, 2021 · 0 comments
Closed
Assignees
Labels
Bug Something isn't working Not in Changelog Test is Failing Set on bugs that are discovered by recurring tests that all of a sudden have started failing.

Comments

@sgauruseu
Copy link
Member

Case 1

  • Open an existing folder
    BUG: Display name and path inputs are cleared

Case 2:

  • Open new site wizard
  • Fill in the name input
    BUG- Path is not generated

image

@sgauruseu sgauruseu added Bug Something isn't working Not in Changelog Test is Failing Set on bugs that are discovered by recurring tests that all of a sudden have started failing. labels Jun 22, 2021
alansemenov added a commit that referenced this issue Jun 24, 2021
alansemenov added a commit that referenced this issue Jun 24, 2021
@jsi jsi closed this as completed Jul 6, 2021
pmi pushed a commit that referenced this issue Jul 12, 2021
alansemenov added a commit that referenced this issue Aug 6, 2021
* Removed StatusResource

* Added WidgetResource (#2947)

* copied resources (all, not just widget)
fixed url to app widget icons

* Moved `commons-text` dependency to the root project

(cherry picked from commit 66fa394)

* Moved `commons-text` dependency to the lib `module`

(cherry picked from commit ede0cae)

* Don't use app plugin for libs #2952

(cherry picked from commit 1cc8fba)

* Implement managed thumbnail request #3227

-Sending XHR request to control image displaying in grid
-Caching image request for specified image id
-Showing image placeholder until 200 server response received
-Converting image received to a base64 string and setting to an Img tag src to prevent second image request (img src tag doesn't use previously received xhr response)
-In future failed request to be managed specifically

* Moved ProjectResource and related classes (#3239)

* Removed test for StatusResouce (#3239)

* ui-tests issue#3148

* IsAuthenticatedRequest: cache LoginResult? #3224

-Removing saved LoginResult values because now classes will be using auth request cache

* Responsive Widget panel in docked mode #3226

-Docked panel put inside SplitPanel with live/statistics panel to occupy 68% of available width
-LivePanel related code moved to ContentWizardPanel

* Update ContextSplitPanel.ts

* -more fixes

* Codacy (#3226)

* Codacy (#3226)

* Page Component View - incorrect component name for the duplicated text component #3160

* Bump mockito-core from 3.11.1 to 3.11.2

Bumps [mockito-core](https://github.com/mockito/mockito) from 3.11.1 to 3.11.2.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v3.11.1...v3.11.2)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Fix for wizard panel init errors

* ui-tests issue#3249

* ui-tests gradle plugin updated

* Fixed 500 error when opening Settings via direct link

* Insert Panel - missed localization resource for Rich Text Editor #3238

* Content Wizard - display name and path are cleared after opening a content #3248

* Project icon fix (#3248)

* Upgraded Gradle, Node & NPM

* Fix release automation enonic/xp#8929

* Fixed broken layout in the Widget Selector

* Update failed tests for projects issue#3258

* Fixed spacing in the modal dialog's dependant list

* Updated package-lock.json

* B/U/I shortcuts in HTML Editor stopped working #3235

-Adding keyboard shortcuts manually for bold, italic, underline styling that will work even wheb B/I/U toolbar buttons missing

* Updated package-lock.json

* Updated package-lock.json in testing

* allowHeadings config not respected when used with exclude/include #3254

-We replaced usage of basic Format plugin with more customizable Styles plugin some time ago, however in docs we have Format plugin mentioned in a list of plugins, thus need to replace Format->Styles when parsing include/exclude items
-Also found an issue: need to filter default toolbar items from the list of include items so they don't appear twice in the toolbar

* B/I/U buttons are missing in HTML Editor's fullscreen mode #3253

-Adding those only if thy are not excluded in config

* allowHeadings config not respected when used with exclude/include #3254

-code adjustment

* Fixed styling of toggled buttons in Html Editor toolbar (#3253)

* -Implementing undo for keyboard shortcuts, so after applying same styling via shortcut style will be removed

* ui-tests issue#3269

* Updated docs for <allow-on-content-type> config

* Incorrect layout in some of the selectors' dropdown #3273

-Defining combobox grid item viewers height directly where it is needed

* Incorrect layout in some of the selectors' dropdown #3273

* Content Wizard - Show Context Panel button is not displayed for content without Page Editor #3267

-Adjusted behaviour

* Polish translations by Michał

* Move IssueResource endpoint #3286

* Move ContentMediaResource endpoint #3300

* Move ContentIconResource endpoint #3305

* Move ContentImageResource endpoint #3309

* Move ContentResource endpoint #3312

* Move PageResource endpoint #3320

* Move PageTemplateResource endpoint #3323

* Move PageDescriptorResource endpoint #3327

* Move LayoutDescriptorResource and PartDescriptorResource endpoints #3330

* Move FragmentResource endpoint #3333

* Move FilterByContentResource endpoint #3336

* Move ContentTypeResource endpoint #3338

* Move XDataResource endpoint #3340

* Move MixinResource endpoint #3343

* Move MixinResource endpoint #3343

* Move MacroResource endpoint #3355

* Updated package-lock.json

* Remove Admin API #3363

- remove MixinResource

* Implement managed thumbnail request #3227

-showing loading spinner while image is loading, however issue is in that slickgrid rerendering it's content on expand/collapse, thus have to adjust elements via document

* Bump codecov/codecov-action from 1 to 2.0.2

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 2.0.2.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](codecov/codecov-action@v1...v2.0.2)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Snapshot builds on branches fail enonic/xp-distro#178

* Replaced `startsWith` with `indexOf` (#3370)

* Switched Webpack from file-loader to asset modules. Removed legacy fonts, switched to woff2 as the main font file. Rearranged image files (#3372)

* ui-tests - gradle task for github actions  issue#3290

* ui-tests - first test added issue#3290

* ui-tests in GitHub Actions #3290

* A different path to the icon files (#3372)

* Don't exclude font files from the jar (#3372)

* Update project sync request to new url

* Move LocaleComboBox and GetLocalesRequest to content studio

* Codacy

* ui-tests in GitHub Actions #3290

* 404 error appears after adding a layout to a page #3317

* Norwegian and Belarussian translations

* Wizard toolbar - button 'Show Component View' should not be visible when a controller is not selected #3294

-checking if content is renderable

* ui-tests in GitHub Actions #3290

* -codacy

* -codacy

* -codacy

* Move WidgetDescriptorServiceImpl to admin-impl #3384

- add docs for new config properties in com.enonic.app.contentstudio.cfg

* Fix build order #3354

Made `copyDevResources` and JS sources build tasks (`typescript` and `webpack`) depend on lib-admin-ui `build` task to prevent them from starting before the `lib-admin-ui-*-dev-resources.jar` is ready.
Moved `lib-admin.gradle` to `allprojects` to make root tasks to depend on lib-admin-ui too and avoid problems with `copyDevResources` in `app`.
Added `env.gradle` and `node.gradle` to `allprojects`, since they contain definitions that  are used in `lib-admin.gradle`.

* Fix build order #3354

Moved `lib-admin.gradle` and other files back to subprojects.

* Fix build order #3354

Removed excess code.

* Fix build order #3354

Removed excess tasks dependencies.

* ui-tests in GitHub Actions #3290

* Incorrect display-name/path overflow in the Content Grid #3375

* -codacy

* Fix failing build

* Fixed missed endpoints

* Expander icon is not present in just inserted layout component #3350

-Correctly setting node 'expandable' property and deleting node children on reset

* Implement managed thumbnail request #3227

-Sending XHR request to control image displaying in grid
-Caching image request for specified image id
-Showing image placeholder until 200 server response received
-Converting image received to a base64 string and setting to an Img tag src to prevent second image request (img src tag doesn't use previously received xhr response)
-In future failed request to be managed specifically

* Implement managed thumbnail request #3227

-showing loading spinner while image is loading, however issue is in that slickgrid rerendering it's content on expand/collapse, thus have to adjust elements via document

* -codacy

* -codacy

* -codacy

* Implement managed thumbnail request #3227

-showing loading spinner while image is loading, however issue is in that slickgrid rerendering it's content on expand/collapse, thus have to adjust elements via document

Co-authored-by: Alan Semenov <[email protected]>
Co-authored-by: rymsha <[email protected]>
Co-authored-by: Siarhei Hauruseu <[email protected]>
Co-authored-by: Alan Semenov <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jørgen Sivesind <[email protected]>
Co-authored-by: Pavel Milkevich <[email protected]>
Co-authored-by: Pavel Milkevich <[email protected]>
Co-authored-by: Mikita Taukachou <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Not in Changelog Test is Failing Set on bugs that are discovered by recurring tests that all of a sudden have started failing.
Projects
None yet
Development

No branches or pull requests

3 participants