Changes between Initial Version and Version 2 of Ticket #31437


Ignore:
Timestamp:
Apr 8, 2020, 8:16:27 AM (4 years ago)
Author:
Carlton Gibson
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31437

    • Property Has patch set
  • Ticket #31437 – Description

    initial v2  
    1 Whilst researching the fix for #30427, #16176, it becomes apparent that a abstract multiple inheritance structure introduced for #24305 in 85ef98dc6ec565b1add417bd76808664e7318026 was invalid.
     1Whilst researching the fix for #30427, #16176, it becomes apparent that an abstract multiple inheritance structure introduced for #24305 in 85ef98dc6ec565b1add417bd76808664e7318026 was invalid.
    22
    33Checking out 85ef98dc6ec565b1add417bd76808664e7318026 and adding a model check call on the defined models, results in a failure:
     
    3939
    4040As a result overriding multiply inherited fields has never been supported. That
    41 it's not is in line with the situation with MTI. (Thus no great hardship.)
     41it is not supported is in line with the situation with MTI. (Thus no great hardship.)
    4242
    4343The tests should be adjusted to communicate the actual situation.
Back to Top