Ticket #401 (closed defect: fixed)
TActiveLinkButton invalid setText
| Reported by: | mostafa.eftekhari@… | Owned by: | wei |
|---|---|---|---|
| Priority: | urgent | Milestone: | 3.1 Alpha |
| Component: | Prado Framework v3 | Version: | 3.1 |
| Severity: | major | Keywords: | |
| Cc: |
Description
in TActiveLinkButton setText is
$this->getPage()->getCallbackClient()->setAttribute($this, 'value', $value);
that should change to
$this->getPage()->getCallbackClient()->replace($this, $value);
Change History
Note: See
TracTickets for help on using
tickets.
