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

No alias generating by act=override on Multiple Product Edit #1638

Closed
michelbalzer opened this issue Apr 1, 2016 · 1 comment
Closed

No alias generating by act=override on Multiple Product Edit #1638

michelbalzer opened this issue Apr 1, 2016 · 1 comment
Labels
Milestone

Comments

@michelbalzer
Copy link
Contributor

I wanted to let Isotope (2.3.4 on Contao 3.5.9) write new aliases for multiple marked products (in my case all) but they weren't generated when I left the Alias field empty on the override act (as I would do if I want to do exactly this in the Page Structure).

Steps to reproduce:

  1. Go to Product Management
  2. Click „Edit Multiple“
  3. Mark the designated Products
  4. Click button „Override“
  5. Choose „Alias“ from the field list
  6. Click button „Continue“
  7. Don't enter any text in the alias field
  8. Click Button „Save and Close“
  9. Edit one of the Products you just had overwritten
  10. Wonder that there is no Alias based on the product name but rather the product ID

Composer:

{
    "name": "local/website",
    "description": "A local website project",
    "type": "project",
    "license": "proprietary",
    "require": {
        "comolo/contao-supertheme": ">=2.3.1.0,<2.4-dev",
        "contao-community-alliance/composer-client": "~0.12",
        "contao-community-alliance/dc-general": "dev-hotfix/2.0.0-beta35 as 2.0.0",
        "contao-legacy/easyupdate3": ">=3.3.2.9008,<3.4-dev",
        "contao-legacy/frontend_editor": ">=2.2.6.9003,<2.3-dev",
        "contao-legacy/simple_columns": ">=1.6.2.9002,<1.7-dev",
        "dma/dma_elementgenerator": "dev-master",
        "heimrichhannot/contao-slick": ">=1.1.1.0,<1.2-dev",
        "isotope/isotope-core": ">=2.3.3.0,<2.4-dev",
        "metamodels/attribute_select": "dev-hotfix-2.0.0-alpha11 as 2.0.0-alpha10",
        "metamodels/bundle_all": ">=2.0.0.0,<2.1-dev",
        "metamodels/core": "dev-hotfix-2.0.0-alpha10 as 2.0.0",
        "psi/boxes4ward": ">=2.0.5.0,<2.1-dev",
        "smohring/taxonomy": ">=1.0.0.0,<1.1-dev"
    },
    "prefer-stable": true,
    "minimum-stability": "dev",
    "config": {
        "preferred-install": "dist",
        "cache-dir": "cache",
        "component-dir": "../assets/components"
    },
    "repositories": [
        {
            "type": "composer",
            "url": "https://legacy-packages-via.contao-community-alliance.org/"
        },
        {
            "type": "artifact",
            "url": "packages"
        },
        {
            "type": "composer",
            "url": "https://legacy-packages-via.contao-community-alliance.org/"
        }
    ],
    "extra": {
        "contao": {
            "migrated": "done"
        }
    }
}
@michelbalzer michelbalzer changed the title No alias generating No alias generating by act=override on Multiple Product Edit Apr 1, 2016
@michelbalzer
Copy link
Contributor Author

I don't really have a real clue, but has it something to do with

public function save($varValue, \DataContainer $dc)
, as „Save and Close“ delivers saveNclose and not just save?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants