Opened 12 years ago
Closed 12 years ago
#10076 closed Bug (fixed)
ACF should not filter data on output
Reported by: | Piotrek Koszuliński | Owned by: | Piotrek Koszuliński |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.1 RC |
Component: | General | Version: | |
Keywords: | Drupal | Cc: | wim.leers@… |
Description
This is follow-up of #9829.
Currently, on major, filter is applied to input and output data. Why on output too? Because on early stage editor's integration with ACF was poor so it was possible to create with editor data that shouldn't be outputted.
However, filtering output data is an overhead that we should avoid. Let's at least try to see what's the overall experience without it.
Change History (4)
comment:1 Changed 12 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 12 years ago by
Owner: | set to Piotrek Koszuliński |
---|---|
Status: | confirmed → review |
comment:3 Changed 12 years ago by
Status: | review → review_passed |
---|
comment:4 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed on major with git:493f477 on dev and f844994 on tests.
Pushed t/10076 on dev and on tests.