Changes between Version 5 and Version 6 of Ticket #27317, comment 3


Ignore:
Timestamp:
Oct 7, 2016, 5:04:15 PM (8 years ago)
Author:
James Pic

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27317, comment 3

    v5 v6  
    33Oh, I was talking about Media, not Meta... I don't see any case where you'd want to render a widget or form without a certain script that it requires, users would just end with broken forms or is there any other result possible from this ? I'm thinking that if Form.Media inherits from the Widget Media because they require it to function properly, not because it would be nice to have. But I might be missing something again like the explicit inheritance design decision in my initial report.
    44
    5 Even if the paralogism is valid (which I recon I didn't think about it much), explicit inheritance doesn't fix it:
     5Even if the paralogism between Form.Meta and Form.Media is valid (which I recon I didn't check), explicit inheritance doesn't fix it:
    66
    77{{{
Back to Top