Changeset 8840db7 in flexoentity


Ignore:
Timestamp:
11/19/25 12:00:47 (2 months ago)
Author:
Enrico Schwass <ennoausberlin@…>
Branches:
master
Children:
3cf10cb
Parents:
6ad031b
Message:

forgotten commit to reflect new Entity creation for domain

File:
1 edited

Legend:

Unmodified
Added
Removed
  • flexoentity/domain.py

    r6ad031b r8840db7  
    1919    def default(cls):
    2020        """Return the default domain object."""
    21         return cls(fullname="Generic Domain", classification="UNCLASSIFIED")
     21        return cls.with_domain_id(domain_id="GEN_GENERIC",
     22                                  fullname="Generic Domain", classification="UNCLASSIFIED")
    2223
    2324    def __post_init__(self):
Note: See TracChangeset for help on using the changeset viewer.