exponentcms / exponent-cms

Content Management, Simple.
exponentcms.org
GNU General Public License v2.0
60 stars 24 forks source link

expHistory doesn't remove entries from the stack #1549

Open dleffler opened 2 years ago

dleffler commented 2 years ago

Though we build a list of up to 10 entries in each of the 3 history stacks, we never remove them. Generally, unless we use the getBack(depth) call, we never use the previous entries.