danielmarschall / oidplus

OIDplus 2.0 - An OpenSource online Registration Authority for OIDs and other Object Types
https://www.oidplus.com
Apache License 2.0
10 stars 6 forks source link

Show "RA Info" also for Non-OID object types #45

Closed danielmarschall closed 1 week ago

danielmarschall commented 4 months ago

I noticed that the section "Registration Authority" is only displayed on the GUI pages of OIDs, but not on any other object type.

~/dev/plugins/viathinksoft/objectTypes$ grep -r "%%RA_INFO%%"
oid/OIDplusOid.class.php:                                   '<h2>'._L('Registration Authority').'</h2>%%RA_INFO%%';

I think the GUI pages should look equal to all object types, and as long as there are owners (every OIDplus object has owners), there should be the RA visible.

danielmarschall commented 1 week ago

Fixed in release 2.0.1.25