Hi David. 

My extension code is as simple as what's on the documentation:

class NotesField(BaseTextAreaField):
    field_id = 'myvendor_notes'
    label = 'Notes'


and I put it in the main fieldset.


MZZ
2018/05/03

David Trowbridge於 2018年5月3日星期四 UTC+8上午1時51分18秒寫道:
>
> Hmm, that should work. Would you be able to share your extension code (or 
> at least the failing portion of it)?
>
> -David
>
> On Wed, May 2, 2018 at 2:34 AM Meng-Zhe Zhang <mengzh...@gmail.com 
> <javascript:>> wrote:
>
>> Hi. I am using BaseTextAreaField and have an issue:
>>
>> *environment: *
>> reviewboard 3.0.5, bitnami stack
>>
>> *description:*
>> 1. When a BaseTextAreaField field is edited, the editor interface shows 
>> up with no text inside.
>> Original content was supposed to be there, be not.
>>
>>
>> 2. However, If the 'Cancel' button was clicked, old content will be 
>> resumed. 
>>
>> This indicates that something is wrong in rendering/formatting?
>>
>>
>>
>> 3. This only happens when allowRichText was set to true. 
>>
>>
>>
>> Is there any hint why this happened?
>>
>>
>>
>>
>> Thanks for answering.
>>
>>
>> MZZ
>> 2018/05/02
>>
>> -- 
>> Supercharge your Review Board with Power Pack: 
>> https://www.reviewboard.org/powerpack/
>> Want us to host Review Board for you? Check out RBCommons: 
>> https://rbcommons.com/
>> Happy user? Let us know! https://www.reviewboard.org/users/
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "Review Board Community" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to reviewboard...@googlegroups.com <javascript:>.
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"Review Board Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to