yii2mod / yii2-comments

Comments module for Yii2
MIT License
158 stars 63 forks source link

Inline edit comments on frontend. #50

Closed ihorchepurnyi closed 7 years ago

ihorchepurnyi commented 7 years ago
  1. Add ability for admin user to edit comments on frontend.
  2. Tests
ihorchepurnyi commented 7 years ago

Resolved by #60

ihorchepurnyi commented 7 years ago
'modules' => [
    'comment' => [
        'class' => 'yii2mod\comments\Module',
        'enableInlineEdit' = true,
    ],
]