User tests: Successful: Unsuccessful:
The new implementation of JFormFieldSQL
that supports Joomla query builder format should not generate any query if the parameters are not sufficient in the field element. However it builds a blank query SELECT FROM
anyway that causes error.
Load a form with following field definition (note the missing query
attribute):
<field
name="sql_test"
type="sql"
>
<option value="none">None</option>
</field>
Without this patch there is a mysql error.
After patch there is a list with single option taken from xml definition only.
Status | New | ⇒ | Pending |
Labels |
Added:
?
|
Category | ⇒ | Fields Libraries |
Can we have some test here please.
I have tested this item
Followed test instructions and works as described.
@izharaazmi shouldn't this PR be updatet cause Installation shows 3.6-Design?
Status | Pending | ⇒ | Information Required |
Pardon me. I didn't get you.
sorry, i would ask: Can i test this PR on these Settings:
3.7.3-dev (latest nightly build)
Multilanguage Site
macOS Sierra, 10.12.5
Firefox 53 (64-bit)
I have tested this item
Tested unsuccessfully on latest staging.
I have tested this item
Sorry i tested wrong...
test successful.
It breaks in Custom Fields when you build a query "SELECT FROM" - but i guess it´s another issue
@coolcat-creations can you please open an Issue about "breaks custom Fields"?
Status | Information Required | ⇒ | Ready to Commit |
RTC after two successful tests.
@izharaazmi can you have a look at the conflicts, thanks
Milestone |
Added: |
Milestone |
Added: |
Milestone |
Added: |
Milestone |
Removed: |
I have just removed the label
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-08-04 12:19:29 |
Closed_By | ⇒ | mbabker | |
Labels |
Removed:
Conflicting Files
|
There is a single test case defined for this class. Where and how should I add another failing test case? Please advise.