On a postgresql installation: go to the article manager and create a new article or edit an existing article. In the tags field create a tag on the fly or in other words donĀ“t select an existing tag but put in a new tag. Then hit the "Save". The tag field will be cleared. When you pressed "Save & Close" the tag field will be cleared and the article mask will not be closed.
Labels |
Added:
?
|
Category | ⇒ | Postgresql Tags |
Labels |
Removed:
?
|
Labels |
Added:
?
|
This is a very dirty fix ^.^
I think this should be done in the table check rather than in the helper. Urls and images as per other fields should be empty json encoded (like the params is). But for the principle
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-05-23 08:42:01 |
Closed_By | ⇒ | brianteeman |
closed as we have a PR #6314
i've experienced the same issue but i'm not sure if my fix is good
the problem is always the same fields declared as NOT NULL needs a valus
my dirty fix on line 232 of libraries\cms\helper\tags.php i've added