Key Facts
Data license: Public court records
11 rows where filing_id = 49
This data as json, CSV (advanced)
| fact_id ▼ | filing_id | fact |
|---|---|---|
| 606 | 49 49 | Case transferred from 189th Judicial District Court on December 19, 2022 |
| 607 | 49 49 | Transfer order not filed with District Clerk until January 6, 2023 |
| 608 | 49 49 | Motion addressed to Judge Christine Weems as successor judge |
| 609 | 49 49 | Judge Dollinger denied motion to abate on September 23, 2022 |
| 610 | 49 49 | Judge Dollinger denied original RTP motion on October 31, 2022 without prejudice to repleading |
| 611 | 49 49 | Kassab replead and filed supplemental RTP motion November 15, 2022 |
| 612 | 49 49 | Pohl objected to supplemental RTP motion November 30, 2022 |
| 613 | 49 49 | Judge Dollinger never ruled on the supplemental RTP motion |
| 614 | 49 49 | Judge Dollinger denied motion to compel on November 28, 2022 |
| 615 | 49 49 | Cheatham v. Pohl barratry case was reversed and remanded by the First Court of Appeals on August 30, 2022 |
| 616 | 49 49 | Pohl never requested and was not entitled to recover attorney's fees in the underlying barratry litigation |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE key_facts (
fact_id INTEGER PRIMARY KEY AUTOINCREMENT,
filing_id INTEGER REFERENCES filings(filing_id),
fact TEXT
);