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

dev/translation#26 Fix Notice errors caused by l10n rewriting of quer… #14152

Merged
merged 1 commit into from
May 2, 2019

Conversation

seamuslee001
Copy link
Contributor

…y so query outputed create view rather than the create table

Overview

This fixes a undefined property notice error because the query was returning the CREATE View statement rather than the create table statement because the query was being re-written

Before

Undefined property notice shows

After

No notice

ping @JoeMurray @mlutfy @monishdeb

…y so query outputed create view rather than the create table
@civibot
Copy link

civibot bot commented Apr 28, 2019

(Standard links)

@civibot civibot bot added the master label Apr 28, 2019
@JoeMurray
Copy link
Contributor

Iirc turning on multilingual adds fields to tables and views to db but is not supposed to add new tables. @Monish when you get back Wedneaday could you review this?

@monishdeb
Copy link
Member

Tested, fixes the notice errors. Merging now.

@monishdeb monishdeb merged commit 82e8b2f into civicrm:master May 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants