[09:33] wgrant: If it's OK by you, I'm going to defer LiveFS deletion to a later branch; deleting a LiveFSBuild is easy enough, but it's not totally obvious how to delete a LiveFS in a way that doesn't scale terribly to ones with lots of builds [09:33] cjwatson: Sure. [09:33] This should have been five branches already anyway :P [09:38] FWIW my date_last_modified ZCML hack is also present in the SourcePackageRecipe ZCML, so somebody else had the same problem [09:44] cjwatson: Why not put it in the Edit interface? [09:45] It is in the Edit interface [09:45] ILiveFSEditableAttributes that is [10:08] Hrmph. [10:08] Zooooope [10:11] Oh, it works if I make date_last_modified readonly=False, but then it's writeable over the webservice [10:12] Ah, of course, set_schema respects readonly [10:12] Don't suppose there's a gadget to export a writeable attribute as readonly? [10:13] The pattern I've usually seen is that the form that needs it to be writable will override the field in its schema. [10:13] So I don't know of one. [10:16] I guess what I have is the least bad hack then. [10:16] So it seems. === timrc is now known as timrc-afk