Summary | Filter rules cannot be created with SQL storage backend |
Queue | Ingo |
Queue Version | HEAD |
Type | Bug |
State | No Feedback |
Priority | 2. Medium |
Owners | jan (at) horde (dot) org |
Requester | dgehl (at) inverse (dot) ca |
Created | 10/13/2006 (6839 days ago) |
Due | |
Updated | 04/22/2014 (4091 days ago) |
Assigned | 04/25/2007 (6645 days ago) |
Resolved | 05/21/2007 (6619 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
denominator with the people from
ticket 4370that might cause this?State ⇒ Feedback
ticket #4370.State ⇒ Assigned
Priority ⇒ 2. Medium
State ⇒ Unconfirmed
Queue ⇒ Ingo
Summary ⇒ fitler rules cannot be created with SQL storage backend
Type ⇒ Bug
backend), the user receives a message that the rule has been created
successfully but this rule is not show in the interface and is also
not saved in the database.
The log file does not show any SQL error message.
I noticed that in the _store function in Storage/sql.php,
case INGO_STORAGE_ACTION_FILTERS:
$ret = true;
break;