Create a new contact item, click "Save."
A new contact item is successfully created.
An error is thrown, showing that the "checked_out" field does not allow nulls.
J!3.3.6, IIS server, MS-SQL database.
Proposed solution is to update the database to accept "0" as the default for the checked_out database field.
ALTER TABLE dbo.#__contact_details ADD CONSTRAINT DF_#__contact_details_checked_out DEFAULT 0 FOR checked_out
Title |
|
Not 100% clear on how to do that properly, but I've created the pull request.
#4686
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/4671.
Labels |
Added:
?
|
We tested this in an Apache server with MySQL and everything works for us. So it must be isolated to MS SQL or Postgres on IIS.
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/4671.
Status | New | ⇒ | Closed |
Rel_Number | ⇒ | 4686 | |
Relation Type | ⇒ | Related to |
Set to "closed" on behalf of @brianteeman by The JTracker Application at issues.joomla.org/joomla-cms/4671
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-10-16 17:04:59 |
Labels |
Added:
?
|
Changed the title
Please can you submit a pull request with your changes
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/4671.