Changeset 811ce96 in flexoentity


Ignore:
Timestamp:
10/19/25 15:54:10 (3 months ago)
Author:
Enrico Schwass <ennoausberlin@…>
Branches:
master
Children:
3a0b0ce
Parents:
12d7663
Message:

redefine prefix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • flexoentity/id_factory.py

    r12d7663 r811ce96  
    200200    def prefix(self) -> str:
    201201        # nur bis einschließlich Hash-Teil
    202         return self.flexo_id.split('@')[0].rsplit('-', 1)[0]
     202        return self.flexo_id.split('@', 1)[0]
     203        # return self.flexo_id.split('@')[0].rsplit('-', 1)[0]
    203204
    204205    @property
Note: See TracChangeset for help on using the changeset viewer.