Skip to content

Commit affc177

Browse files
committed
Remove quote object type interface
1 parent ef6acac commit affc177

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/migration/wsc61/quotes.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ Quotes are now stored client-side in the browser's local storage, allowing synch
66
## Using the New Quote System
77

88
The interfaces `wcf\data\IMessageQuoteAction` and `wcf\system\message\quote\IMessageQuoteHandler` are no longer required to generate the quotes, and the implemented classes or functions can be completely removed.
9+
Since the interface `IMessageQuoteHandler` has been deprecated, the ObjectType no longer requires any information about an associated class.
10+
11+
```XML
12+
<?xml version="1.0" encoding="UTF-8"?>
13+
<data xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/6.0/objectType.xsd">
14+
<import>
15+
<type>
16+
<name>com.woltlab.foo</name>
17+
<definitionname>com.woltlab.wcf.message.quote</definitionname>
18+
</type>
19+
</import>
20+
</data>
21+
```
922

1023
The object that can be quoted:
1124

0 commit comments

Comments
 (0)