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

BE-Filter: ID statt Name im Auswahlfeld bei Checkbox aus eigener Datenbank-Tabelle #1683

Closed
michelbalzer opened this issue Aug 8, 2016 · 1 comment
Assignees
Labels
Milestone

Comments

@michelbalzer
Copy link
Contributor

michelbalzer commented Aug 8, 2016

Ich habe ein Checkbox-Menü-Attribut, dass sich seine Werte aus einem MetaModel holt. (Also Optionen-Quelle: Eigene Datenbank-Tabelle)

Markiere ich es als „Filterbar im Backend“ wird mir im Sortierungsfeld der BE-Produktliste die ID statt eines Titels angezeigt. Sollte sich das Feld die Bezeichnung nicht aus „Fremdtabelle und Feld“ holen? Ich habe es auch mal probehalber von mm_bikemodel.combined_label (combined value) auf mm_bikemodel.title (text) gestellt, half auch nicht.

Es ist die erste 2.4 Beta (composer siehe unten).

Attribut-Einstellungen
bildschirmfoto 2016-08-08 um 17 32 47

Sortierungs-Select
bildschirmfoto 2016-08-08 um 17 31 33

Composer

{
    "name": "local/website",
    "description": "A local website project",
    "type": "project",
    "license": "proprietary",
    "require": {
        "cliffparnitzky/birthday-mailer": "1.3.x-dev",
        "comolo/contao-supertheme": ">=2.3.1.0,<2.4-dev",
        "contao-community-alliance/composer-client": "~0.12",
        "contao-community-alliance/dc-general": "dev-hotfix/beta-37 as 2.0.0-beta36",
        "contao-legacy/e-spin_dcaconfig-editor": ">=1.0.0.9008,<1.1-dev",
        "contao-legacy/easyupdate3": ">=3.3.3.9005,<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",
        "isotope/isotope-core": ">=2.4.0.0-beta1,<2.5-dev@beta",
        "menatwork/semantic_html5": ">=1.2.0.0,<1.3-dev",
        "metamodels/attribute_select": ">=2.0.0.0-alpha11,<2.1-dev@alpha",
        "metamodels/bundle_all": ">=2.0.0.0,<2.1-dev",
        "metamodels/core": ">=2.0.0.0-alpha12,<2.1-dev@alpha",
        "terminal42/contao-mailusername": ">=1.0.5.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"
        }
    }
}
@aschempp
Copy link
Member

Fixed in #1693

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

3 participants