SWOS 1.14 SNMP bug

.1.3.6.1.2.1.2.2.1.2.1 = STRING: Port1
.1.3.6.1.2.1.2.2.1.2.2 = STRING: Port2
.1.3.6.1.2.1.2.2.1.2.3 = STRING: Port3
.1.3.6.1.2.1.2.2.1.2.4 = STRING: Port4
.1.3.6.1.2.1.2.2.1.2.5 = STRING: Port5
.1.3.6.1.2.1.2.2.1.2.6 = STRING: SFP
.1.3.6.1.2.1.2.2.1.7.1 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.7.2 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.7.3 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.7.4 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.7.5 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.7.6 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.8.1 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.8.2 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.8.3 = INTEGER: up(1)
.1.3.6.1.2.1.2.2.1.8.4 = INTEGER: down(2)
.1.3.6.1.2.1.2.2.1.8.5 = INTEGER: down(2)
.1.3.6.1.2.1.2.2.1.8.6 = INTEGER: up(1)

I have no modules installed in SFP, but it says UP.
Can you correct it in 1.15?

Mikrotik RB260GS, SwOS v.1.14
When SFP Admin status is UP (in web interface SFP Enabled checkbox marked) and there is no link on SFP (Loss Of Signal):
AdminUpOperDown.JPG
SNMP ifOperStatus say it is UP:
snmpget -v1 -cpublic 10.246.250.246 IF-MIB::ifAdminStatus.6
IF-MIB::ifAdminStatus.6 = INTEGER: up(1)

snmpget -v1 -cpublic 10.246.250.246 IF-MIB::ifOperStatus.6
IF-MIB::ifOperStatus.6 = INTEGER: up(1)

When SFP Admin status is DOWN (in web interface SFP Enabled checkbox unmarked):
AdminDownOperDown.JPG
SNMP ifOperStatus say it is DOWN, but ifAdminStatus say it is still UP:
snmpget -v1 -cpublic 10.246.250.246 IF-MIB::ifAdminStatus.6
IF-MIB::ifAdminStatus.6 = INTEGER: up(1)
snmpget -v1 -cpublic 10.246.250.246 IF-MIB::ifOperStatus.6
IF-MIB::ifOperStatus.6 = INTEGER: down(2)

All the same if SFP module unplugged.

SWOS v1.15 fixed this bugs!