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

Datenbankupdate löscht Grid Spalten #20

Open
BlackP999 opened this issue Jan 22, 2021 · 6 comments
Open

Datenbankupdate löscht Grid Spalten #20

BlackP999 opened this issue Jan 22, 2021 · 6 comments

Comments

@BlackP999
Copy link

BlackP999 commented Jan 22, 2021

Hi,
nach der installation bei dem Datenbankupdate der Erweiterung werden folgende Spalten zum löschen angezeigt.
Müssen diese gelöscht werden, bzw. Darf das Grid Element nicht genutzt werden mit der reCaptcha Erweiterung?

ALTER TABLE tl_form_field DROP bs_addInputGroup
ALTER TABLE tl_form_field DROP bs_inputGroup
ALTER TABLE tl_form_field DROP bs_grid
ALTER TABLE tl_form_field DROP bs_grid_name
ALTER TABLE tl_form_field DROP bs_grid_parent

@amenk
Copy link

amenk commented Feb 8, 2021

Ähnliches Problem hier

  • ALTER TABLE tl_form_field DROP leadStore
  • ALTER TABLE tl_form_field DROP margin_t
  • ALTER TABLE tl_form_field DROP margin_b
  • ALTER TABLE tl_form_field DROP margin_t_m
  • ALTER TABLE tl_form_field DROP margin_b_m
  • ALTER TABLE tl_form_field DROP autogrid
  • ALTER TABLE tl_form_field DROP autogrid_css
  • ALTER TABLE tl_form_field DROP autogrid_mobile
  • ALTER TABLE tl_form_field DROP autogrid_tablet
  • ALTER TABLE tl_form_field DROP autogrid_offset
  • ALTER TABLE tl_form_field DROP autogrid_align
  • ALTER TABLE tl_form_field DROP autogrid_gutter
  • ALTER TABLE tl_form_field DROP autogrid_sameheight
  • ALTER TABLE tl_form_field DROP autogrid_class
  • ALTER TABLE tl_form_field DROP autogrid_id
  • ALTER TABLE tl_form_field DROP addFontIcon
  • ALTER TABLE tl_form_field DROP fontIcon

@amenk
Copy link

amenk commented Feb 8, 2021

Das Problem ist wohl das return; im DCA, das bringt Contao durcheinander.

Scheint im dev-master gefixt zu sein:

afc9821#diff-398ad1d5b1a348c12dca295bd7d1d7ee46e8341beb4faa24f2f405da60422476

@bennyborn
Copy link
Contributor

Das Issue ist seit Januar offen, das Problem ist ernst und nicht nur wir haben vermutlich gerade Stunden fürs Debugging verschwendet. Könntet ihr bitte einen Release machen?

@amenk
Copy link

amenk commented Jun 25, 2021

@Lixus spricht etwas dagegen, dev-master zu taggen? Gibt es da noch Bugs? Wäre sehr nützlich, da wir in einem anderen Projekt wieder in das Problem gelaufen sind. Wenn wir irgendwo unterstützen können, bitte gerne melden.

@Lixus
Copy link
Contributor

Lixus commented Jun 25, 2021

@amenk @bennyborn Ich habe einen Release getaggt. Sorry für die Inaktivität. Wir kommen leider aktuell nicht wirklich dazu das Repository zu pflegen.

@amenk
Copy link

amenk commented Jun 25, 2021

Perfekt, danke

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

No branches or pull requests

4 participants