We noticed in our 13th Age campaign (13th Age legacy sheets), that we were not able to delete certain repeatable section items. When you click on delete, the item vanish in the character sheet, but are back once you close and reopen the sheet. I created a new campaign and copied over the characters with the transmogifier but had the same results. I did a little debugging and since the characters in question are quite dated, the items in the repeating sections are still identified with the old system (numbers), instead of the new one (pseudo-random ID). I am unable to remove "old" items from repeating sections (e.g. icon relationships). I tried removing them all, adding a new one then removing the old ones etc. Managing new entries work, but entries with the old system cannot be deleted. On a remove I get the following for an old item in console: CLICKED
app.js?1460403124:37 DELETE REPEATING ROW: repeating_icon_11
sheetsandboxworker.js?20150218:56 Triggering for remove:repeating_icon:11
app.js?1460403124:36 CLICKED
sheetsandboxworker.js?20150218:56 Triggering for remove:repeating_icon
app.js?1460403124:36 CLICKED
For a newly added item I get: CLICKED app.js?1460403124:37 DELETE REPEATING ROW: repeating_icon_-KFIx-qihPtWtkNtDx0O app.js?1460403124:36 CLICKED sheetsandboxworker.js?20150218:56 Triggering for remove:repeating_icon:-kfix-qihptwtkntdx0o sheetsandboxworker.js?20150218:56 Triggering for remove:repeating_icon app.js?1460403124:37 Really updating character sheet values Maybe a dev can have a look at it? Could it be a bug with processing the old id scheme of repeating section items? It seems the sheet update is not correctly triggered when an item has an old style id. Test camapign with two bugged character sheets: <a href="https://app.roll20.net/campaigns/details/1366349/debug-repeating-sections" rel="nofollow">https://app.roll20.net/campaigns/details/1366349/debug-repeating-sections</a>